# 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] name = "finchers-juniper" version = "0.2.1" authors = ["Yusuke Sasaki "] include = ["Cargo.toml", "build.rs", "src/**/*", "tests/**/*", "examples/**/*", "benches/**/*", "LICENSE-MIT", "LICENSE-APACHE", "README.md"] description = "A set of extensions for supporting Juniper integration.\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/finchers-rs/finchers-juniper.git" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "finchers_inject_extern_prelude"] [dependencies.bytes] version = "0.4.9" [dependencies.failure] version = "0.1.2" features = ["derive"] [dependencies.finchers] version = "0.13" [dependencies.futures] version = "0.1.24" [dependencies.http] version = "0.1.10" [dependencies.juniper] version = "0.10.0" [dependencies.log] version = "0.4.5" [dependencies.percent-encoding] version = "1.0.1" [dependencies.serde] version = "1.0.75" features = ["derive"] [dependencies.serde_json] version = "1.0.26" [dependencies.serde_qs] version = "0.4.1" [dev-dependencies.cargo-husky] version = "1.0.1" [dev-dependencies.futures-cpupool] version = "0.1.8" [dev-dependencies.juniper] version = "0.10.0" features = ["expose-test-schema", "serde_json"] [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.pretty_env_logger] version = "0.2.4"