blob: b73543874b4f7310fc4a4619e72145a12278696e [file] [log] [blame]
[package]
name = "distributed_time"
version.workspace = true
edition.workspace = true
publish.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
submerge_internal_proto = { workspace = true, optional = true }
# Dependencies from crates.io
arbitrary.workspace = true
derive-where.workspace = true
num-traits.workspace = true
serde.workspace = true
thiserror.workspace = true
[dev-dependencies]
derive_fuzztest.workspace = true
[features]
default = []
proto = ["dep:submerge_internal_proto"]
[lints]
workspace = true