blob: bbd21c47fc43d5b79cad6ea915371fd36ad190a0 [file] [log] [blame]
# 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.56"
name = "prost-build"
version = "0.11.1"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Lucio Franco <luciofranco14@gmail.com>",
"Tokio Contributors <team@tokio.rs>",
]
description = "A Protocol Buffers implementation for the Rust Language."
documentation = "https://docs.rs/prost-build"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"
resolver = "2"
[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.prost]
version = "0.11.0"
default-features = false
[dependencies.prost-types]
version = "0.11.0"
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.tempfile]
version = "3"
[dependencies.which]
version = "4"
[dev-dependencies.env_logger]
version = "0.8"
default-features = false
[features]
cleanup-markdown = [
"pulldown-cmark",
"pulldown-cmark-to-cmark",
]
default = []