# 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 = "humblegen" version = "0.4.0" authors = ["Marc Brinkmann ", "Christian Schwarz ", "Reiner Dolp "] description = "An experimental code-generator in the vain of protobuf, but a little more humble." license = "Apache-2.0 OR MIT" [dependencies.Inflector] version = "0.11.4" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.12.1" [dependencies.comrak] version = "0.8.2" [dependencies.itertools] version = "0.9" [dependencies.log] version = "0.4" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.proc-macro2] version = "1.0.8" [dependencies.quote] version = "1.0.3" [dependencies.structopt] version = "0.3.16" [dependencies.syn] version = "1.0.17" [dependencies.thiserror] version = "1.0" [dependencies.which] version = "3" optional = true [dev-dependencies.async-trait-with-sync] version = "0.1.36" [dev-dependencies.serde] version = "1.0.110" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "0.2.20" features = ["full"] [dev-dependencies.trybuild] version = "1.0.27" [features] default = ["which-rustfmt"] which-rustfmt = ["which"]