# 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.70" name = "prost-build" version = "0.12.6" authors = [ "Dan Burkert ", "Lucio Franco ", "Casper Meijn ", "Tokio Contributors ", ] description = "Generate Prost annotated Rust types from Protocol Buffers files." documentation = "https://docs.rs/prost-build" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tokio-rs/prost" [dependencies.bytes] version = "1" default-features = false [dependencies.heck] version = ">=0.4, <=0.5" [dependencies.itertools] version = ">=0.10, <=0.12" features = ["use_alloc"] default-features = false [dependencies.log] version = "0.4.4" [dependencies.multimap] version = ">=0.8, <=0.10" default-features = false [dependencies.once_cell] version = "1.17.1" [dependencies.petgraph] version = "0.6" default-features = false [dependencies.prettyplease] version = "0.2" optional = true [dependencies.prost] version = "0.12.6" default-features = false [dependencies.prost-types] version = "0.12.6" default-features = false [dependencies.pulldown-cmark] version = "0.9.1" optional = true default-features = false [dependencies.pulldown-cmark-to-cmark] version = "10.0.1" optional = true [dependencies.regex] version = "1.8.1" features = [ "std", "unicode-bool", ] default-features = false [dependencies.syn] version = "2" features = ["full"] optional = true [dependencies.tempfile] version = "3" [dev-dependencies.env_logger] version = "0.10" default-features = false [features] cleanup-markdown = [ "dep:pulldown-cmark", "dep:pulldown-cmark-to-cmark", ] default = ["format"] format = [ "dep:prettyplease", "dep:syn", ]