# 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-derive" version = "7.0.13" authors = [ "sunli ", "Koxiaet", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for async-graphql" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql/" readme = false keywords = [ "futures", "async", "graphql", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/async-graphql/async-graphql" [lib] name = "async_graphql_derive" path = "src/lib.rs" proc-macro = true [dependencies.Inflector] version = "0.11.4" [dependencies.async-graphql-parser] version = "7.0.13" [dependencies.darling] version = "0.20.10" [dependencies.proc-macro-crate] version = "3.1.0" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.syn] version = "2.0" features = [ "extra-traits", "visit-mut", "visit", ] [dependencies.thiserror] version = "1.0.58" [features] boxed-trait = []