# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.62" name = "juniper_puff" version = "0.16.0-dev" authors = [ "Magnus Hallin ", "Christoph Herzog ", "Christian Legnitto ", "Ilya Solovyiov ", "Kai Ren ", ] exclude = ["/release.toml"] description = "GraphQL server library. Release for Puff" homepage = "https://graphql-rust.github.io" documentation = "https://docs.rs/juniper" readme = "README.md" keywords = [ "apollo", "graphql", "server", "web", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.anyhow] version = "1.0.32" optional = true default-features = false [dependencies.async-trait] version = "0.1.39" [dependencies.bigdecimal] version = "0.3" optional = true [dependencies.bson] version = "2.4" features = ["chrono-0_4"] optional = true [dependencies.chrono] version = "0.4.20" features = ["alloc"] optional = true default-features = false [dependencies.chrono-tz] version = "0.6" optional = true default-features = false [dependencies.fnv] version = "1.0.3" [dependencies.futures] version = "0.3.22" features = ["alloc"] default-features = false [dependencies.futures-enum] version = "0.1.12" default-features = false [dependencies.graphql-parser] version = "0.4" optional = true [dependencies.indexmap] version = "1.0" features = ["serde-1"] [dependencies.juniper_codegen] version = "0.16.0-dev" package = "juniper_codegen_puff" [dependencies.rust_decimal] version = "1.0" optional = true default-features = false [dependencies.serde] version = "1.0.8" features = ["derive"] [dependencies.serde_json] version = "1.0.2" optional = true default-features = false [dependencies.smartstring] version = "1.0" [dependencies.static_assertions] version = "1.1" [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", ] optional = true [dependencies.url] version = "2.0" optional = true [dependencies.uuid] version = "1.0" optional = true default-features = false [dev-dependencies.bencher] version = "0.1.2" [dev-dependencies.chrono] version = "0.4.20" features = ["alloc"] default-features = false [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0.2" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "time", "rt-multi-thread", ] [features] chrono-clock = [ "chrono", "chrono/clock", ] default = [ "bson", "schema-language", "url", "uuid", ] expose-test-schema = [ "anyhow", "serde_json", ] schema-language = ["graphql-parser"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]