[build-dependencies.stageleft_tool]
version = "0.10.2"
[dependencies.hdrhistogram]
version = "7.5.4"
[dependencies.hydro_lang]
version = "^0.15.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.stageleft]
version = "0.10.2"
[dev-dependencies.ctor]
version = "0.2"
[dev-dependencies.hydro_deploy]
version = "^0.15.0"
[dev-dependencies.hydro_lang]
features = ["deploy", "sim"]
version = "^0.15.0"
[lib]
name = "hydro_std"
path = "src/lib.rs"
[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
uninlined_format_args = "allow"
upper_case_acronyms = "warn"
[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Standard library of distributed systems building blocks for Hydro"
documentation = "https://docs.rs/hydro_plus/"
edition = "2024"
license = "Apache-2.0"
name = "hydro_std"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.15.0"
[package.metadata.docs.rs]
all-features = true