juniper 0.17.1

GraphQL server library.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "juniper"
version = "0.17.1"
authors = [
    "Magnus Hallin <mhallin@fastmail.com>",
    "Christoph Herzog <chris@theduke.at>",
    "Christian Legnitto <christian@legnitto.com>",
    "Ilya Solovyiov <ilya.solovyiov@gmail.com>",
    "Kai Ren <tyranron@gmail.com>",
]
build = false
include = [
    "/src/",
    "/CHANGELOG.md",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL server library."
homepage = "https://graphql-rust.github.io/juniper"
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"
resolver = "1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
anyhow = ["dep:anyhow"]
backtrace = ["anyhow?/backtrace"]
bigdecimal = [
    "dep:bigdecimal",
    "dep:num-bigint",
    "dep:ryu",
]
bson = [
    "dep:bson",
    "dep:tap",
]
chrono = ["dep:chrono"]
chrono-clock = [
    "chrono",
    "chrono/clock",
]
chrono-tz = [
    "dep:chrono-tz",
    "dep:regex",
]
expose-test-schema = [
    "dep:anyhow",
    "dep:serde_json",
]
jiff = ["dep:jiff"]
js = [
    "chrono?/wasmbind",
    "time?/wasm-bindgen",
    "uuid?/js",
]
rust_decimal = ["dep:rust_decimal"]
schema-language = [
    "dep:graphql-parser",
    "dep:void",
]
time = ["dep:time"]
url = ["dep:url"]
uuid = ["dep:uuid"]

[lib]
name = "juniper"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.47"
optional = true

[dependencies.arcstr]
version = "1.1"
default-features = false

[dependencies.async-trait]
version = "0.1.39"

[dependencies.auto_enums]
version = "0.8"

[dependencies.bigdecimal]
version = "0.4"
optional = true

[dependencies.bson]
version = "3.0"
optional = true

[dependencies.chrono]
version = "0.4.30"
features = ["alloc"]
optional = true
default-features = false

[dependencies.chrono-tz]
version = "0.10"
optional = true
default-features = false

[dependencies.compact_str]
version = "0.9"

[dependencies.derive_more]
version = "2.0"
features = [
    "debug",
    "deref",
    "display",
    "error",
    "from",
    "into",
    "into_iterator",
    "try_into",
]

[dependencies.fnv]
version = "1.0.5"

[dependencies.futures]
version = "0.3.22"
features = ["alloc"]
default-features = false

[dependencies.graphql-parser]
version = "0.4"
optional = true

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.itertools]
version = "0.14"

[dependencies.jiff]
version = "0.2"
features = ["std"]
optional = true
default-features = false

[dependencies.juniper_codegen]
version = "0.17.0"

[dependencies.num-bigint]
version = "0.4.2"
optional = true

[dependencies.ref-cast]
version = "1.0"

[dependencies.regex]
version = "1.6"
features = ["std"]
optional = true
default-features = false

[dependencies.rust_decimal]
version = "1.20"
optional = true
default-features = false

[dependencies.ryu]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0.122"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.18"
features = ["std"]
optional = true
default-features = false

[dependencies.static_assertions]
version = "1.1"

[dependencies.tap]
version = "1.0.1"
optional = true

[dependencies.time]
version = "0.3.37"
features = [
    "formatting",
    "macros",
    "parsing",
]
optional = true

[dependencies.url]
version = "2.0"
optional = true

[dependencies.uuid]
version = "1.3"
optional = true
default-features = false

[dependencies.void]
version = "1.0.2"
optional = true

[dev-dependencies.arcstr]
version = "1.1"
features = ["serde"]

[dev-dependencies.bencher]
version = "0.1.2"

[dev-dependencies.chrono]
version = "0.4.30"
features = ["alloc"]
default-features = false

[dev-dependencies.compact_str]
version = "0.9"
features = ["serde"]

[dev-dependencies.jiff]
version = "0.2"
features = ["tzdb-bundle-always"]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.serde_json]
version = "1.0.18"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "time",
    "rt-multi-thread",
]

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"

[lints.rust]
closure_returning_async_block = "warn"
impl_trait_redundant_captures = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
unused_crate_dependencies = "warn"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(nightly)"]