# 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 = "2018" name = "prost-msg-build" version = "0.2.0" description = "A Protocol Buffers implementation for the Rust Language." documentation = "https://docs.rs/prost-msg-build" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/luyikk/prost-build-type" [dependencies.bytes] version = "1" default-features = false [dependencies.heck] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.multimap] version = "0.8" default-features = false [dependencies.petgraph] version = "0.6" default-features = false [dependencies.prettyplease] version = "0.1" optional = true [dependencies.prost] version = "0.11" default-features = false [dependencies.prost-types] version = "0.11" 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.5.5" features = [ "std", "unicode-bool", ] default-features = false [dependencies.syn] version = "1" features = ["full"] optional = true [dependencies.tempfile] version = "3" [dependencies.which] version = "4" [dev-dependencies.env_logger] version = "0.10" default-features = false [features] cleanup-markdown = [ "pulldown-cmark", "pulldown-cmark-to-cmark", ] default = ["format"] format = [ "prettyplease", "syn", ]