Current section

Files

Jump to
graphql_query native graphql_query_native Cargo.toml
Raw

native/graphql_query_native/Cargo.toml

[package]
name = "graphql_query_native"
# We don't use versioning in the in this crate.
# Please check the `mix.exs` file at the root of this project for the current version.
version = "0.1.0"
edition = "2021"
[lib]
name = "graphql_query_native"
crate-type = ["cdylib"]
[dependencies]
rustler = { version = "0.36" }
apollo-compiler = "1.31"
regex = "1.11.1"
# And then, your features.
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]