# 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" rust-version = "1.77" name = "trustfall_stubgen" version = "0.5.0" authors = ["Predrag Gruevski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a Trustfall adapter stub for a given schema." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/obi1kenobi/trustfall" [lib] name = "trustfall_stubgen" path = "src/lib.rs" [[bin]] name = "trustfall_stubgen" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.71" [dependencies.async-graphql-parser] version = "7.0" [dependencies.async-graphql-value] version = "7.0" [dependencies.clap] version = "4.0.0" features = ["derive"] optional = true [dependencies.maplit] version = "1.0.2" [dependencies.prettyplease] version = "0.2.6" [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.syn] version = "2.0" [dependencies.trustfall] version = "0.8.0" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.similar-asserts] version = "1.4.2" [features] cli = ["dep:clap"] default = ["cli"]