# 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 = "async-graphql-value" version = "7.0.6" authors = [ "sunli ", "Koxiaet", ] description = "GraphQL value for async-graphql" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql/" keywords = [ "futures", "async", "graphql", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/async-graphql/async-graphql" [dependencies.bytes] version = "1.6.0" features = ["serde"] [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115"