# 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-parser" version = "0.10.0" authors = ["Aldrin Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aldrin schema parser 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_parser" path = "src/lib.rs" [dependencies.heck] version = "0.4.1" default-features = false [dependencies.pest] version = "2.7.10" features = ["std"] default-features = false [dependencies.pest_derive] version = "2.7.10" features = ["std"] default-features = false [dependencies.strsim] version = "0.10.0" default-features = false [dependencies.unicode-segmentation] version = "1.10.1" default-features = false [dependencies.unicode-width] version = "0.1.11" default-features = false [dependencies.uuid] version = "1.6.1" features = ["v4"] 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"