| [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 |