# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "asbru" version = "0.0.12" authors = ["Anthony Griffon "] description = "A Data-oriented service mesh generator" documentation = "https://docs.rs/asbru" readme = "README.md" keywords = ["async_graphql", "async", "graphql", "service-mesh", "codegen"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/miaxos/asbru" [[bin]] name = "asbru" path = "src/main.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.async-graphql-parser] version = "2.9.10" [dependencies.async-graphql-value] version = "2.9.10" [dependencies.clap] version = "2.33.0" [dependencies.codegen] version = "0.1.3" [dependencies.convert_case] version = "0.4.0" [dependencies.http] version = "0.2.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.*" [dependencies.serde_derive] version = "1.0.*" [dependencies.serde_json] version = "1.0.*" [dependencies.thiserror] version = "1.0.26" [dependencies.toml] version = "0.5" [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.insta] version = "1.7.0" [features] default = []