# 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 = "surrealdb-async-graphql-axum" version = "7.0.7-surrealdb.1" authors = ["sunli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async-graphql for axum" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-axum/" readme = "README.md" keywords = [ "futures", "async", "graphql", "axum", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/surrealdb/surrealdb-async-graphql-axum" [lib] name = "surrealdb_async_graphql_axum" path = "src/lib.rs" [dependencies.async-graphql] version = "7.0.7" [dependencies.async-trait] version = "0.1.81" [dependencies.bytes] version = "1.7.1" [dependencies.futures-util] version = "0.3.30" [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.36.0" features = ["time"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.10" features = [ "io", "compat", ] default-features = false [dependencies.tower-service] version = "0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum] version = "0.7.5" features = ["ws"] [target.'cfg(target_arch = "wasm32")'.dependencies.axum] version = "0.7.5" default-features = false