# 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" name = "serde_graphql_input" version = "0.1.2" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "serde graphql input serializes to graphqls input objects, as used in graphql functions" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/kjuulh/serde-graphql-input" [lib] name = "serde_graphql_input" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "primitives" path = "tests/primitives.rs" [[test]] name = "structs" path = "tests/structs.rs" [dependencies.anyhow] version = "1.0.84" [dependencies.itoa] version = "1.0.11" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"]