# 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-logger" version = "0.1.1" authors = ["Anatolii Kurotych "] description = "Minimalistic logger extension for async-graphql library" readme = "README.md" keywords = [ "gql", "logger", "async-graphql", ] license = "MIT" repository = "https://github.com/kurotych/async-graphql-logger" [dependencies.async-graphql] version = "7.0.1" [dependencies.async-trait] version = "0.1.77" [dependencies.chrono] version = "0.4.33" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.35.1" features = ["sync"] [dev-dependencies.async-graphql-axum] version = "7" [dev-dependencies.axum] version = "0.7" [dev-dependencies.axum-server] version = "0.6" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.35.1" features = ["rt-multi-thread"]