# 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.71.1" name = "aldrin-gen" version = "0.10.0" authors = ["Aldrin Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aldrin code generator." readme = false keywords = [ "async", "network", "rpc", "service", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dennis-hamester/aldrin" [[bin]] name = "aldrin-gen" path = "src/main.rs" [dependencies.aldrin-codegen] version = "0.10.0" features = ["rust"] default-features = false [dependencies.aldrin-parser] version = "0.10.0" default-features = false [dependencies.anstream] version = "0.6.18" features = ["auto"] default-features = false [dependencies.anstyle] version = "1.0.7" default-features = false [dependencies.anyhow] version = "1.0.75" features = ["std"] default-features = false [dependencies.clap] version = "4.4.8" features = [ "color", "derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help", ] default-features = false [dependencies.colorchoice-clap] version = "1.0.4" default-features = false [lints.clippy] incompatible_msrv = "deny" use_self = "deny" [lints.rust] unsafe_op_in_unsafe_fn = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"