[dependencies.prost]
default-features = false
features = ["prost-derive"]
version = "0.13.3"
[dev-dependencies.proptest]
version = "1"
[features]
default = ["std"]
std = ["prost/std"]
[lib]
doctest = false
name = "prost_types"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(kani)"]
level = "warn"
priority = 0
[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Lucio Franco <luciofranco14@gmail.com>", "Casper Meijn <casper@meijn.net>", "Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Prost definitions of Protocol Buffers well known types."
edition = "2021"
license = "Apache-2.0"
name = "prost-types"
readme = "README.md"
repository = "https://github.com/tokio-rs/prost"
rust-version = "1.71.1"
version = "0.13.3"