# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "graphql-int64-scalar" version = "0.3.4" authors = ["vkill "] description = "graphql i64/u64 scalar." homepage = "https://github.com/bk-rs/graphql-int64-scalar" documentation = "https://docs.rs/graphql-int64-scalar" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/graphql-int64-scalar" [package.metadata.docs.rs] features = ["async-graphql", "cynic"] [dependencies.async-graphql] version = "2.9" optional = true default-features = false [dependencies.cynic] version = "~0.12" optional = true default-features = false [dev-dependencies.async-executor] version = "1.4" [dev-dependencies.async-graphql-tide] version = "2.9" [dev-dependencies.futures-lite] version = "1.12" [dev-dependencies.futures-timer] version = "3.0" [dev-dependencies.isahc] version = "1.4" [dev-dependencies.tide] version = "0.16" features = ["h1-server"] default-features = false [features]