# 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-codegen" version = "0.10.0" authors = ["Aldrin Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aldrin code generator library." readme = false keywords = [ "async", "network", "rpc", "service", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dennis-hamester/aldrin" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [lib] name = "aldrin_codegen" path = "src/lib.rs" [dependencies.aldrin-parser] version = "0.10.0" default-features = false [dependencies.diffy] version = "0.4.0" default-features = false [dependencies.heck] version = "0.4.1" default-features = false [dependencies.thiserror] version = "1.0.50" default-features = false [dev-dependencies.futures-util] version = "0.3.31" default-features = false [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt", ] default-features = false [dev-dependencies.uuid] version = "1.6.1" default-features = false [features] default = ["rust"] rust = [] [lints.clippy] incompatible_msrv = "deny" use_self = "deny" [lints.rust] unsafe_op_in_unsafe_fn = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"