prost-types 0.14.4

Prost definitions of Protocol Buffers well known types.
Documentation
# 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.85"
name = "prost-types"
version = "0.14.4"
authors = [
    "Dan Burkert <dan@danburkert.com>",
    "Lucio Franco <luciofranco14@gmail.com>",
    "Casper Meijn <casper@meijn.net>",
    "Tokio Contributors <team@tokio.rs>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prost definitions of Protocol Buffers well known types."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"

[features]
arbitrary = ["dep:arbitrary"]
default = ["std"]
std = ["prost/std"]

[lib]
name = "prost_types"
path = "src/lib.rs"
doctest = false

[dependencies.arbitrary]
version = "1.4"
features = ["derive"]
optional = true

[dependencies.chrono]
version = "0.4.34"
optional = true
default-features = false

[dependencies.prost]
version = "0.14.4"
features = ["derive"]
default-features = false

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
collapsible_if = "allow"
manual_is_multiple_of = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]