zksync_concurrency 0.1.0-rc.2

Structured concurrency framework
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.pin-project]
version = "1.1.0"

[dependencies.rand]
version = "0.8.0"

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.time]
version = "0.3.23"

[dependencies.tokio]
features = ["full"]
version = "1.34.0"

[dependencies.tracing]
features = ["attributes"]
version = "0.1.37"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3.16"

[dependencies.vise]
version = "0.1.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[lints.clippy]
bool_to_int_with_if = "warn"
borrow_deref_ref = "allow"
box_default = "allow"
create_dir = "warn"
default_trait_access = "warn"
empty_structs_with_brackets = "warn"
float_arithmetic = "warn"
if_not_else = "warn"
manual_assert = "warn"
manual_instant_elapsed = "warn"
manual_let_else = "warn"
manual_ok_or = "warn"
manual_string_new = "warn"
map_identity = "allow"
match_bool = "warn"
missing_docs_in_private_items = "warn"
needless_pass_by_ref_mut = "allow"
non_ascii_literal = "warn"
partial_pub_fields = "warn"
print_stdout = "warn"
redundant_locals = "allow"
separated_literal_suffix = "warn"
string_to_string = "warn"
suspicious_xor_used_as_pow = "warn"
try_err = "warn"
wildcard_dependencies = "warn"
wildcard_imports = "warn"

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_qualifications = "warn"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
description = "Structured concurrency framework"
edition = "2021"
homepage = "https://matter-labs.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_concurrency"
repository = "https://github.com/matter-labs/era-consensus"
version = "0.1.0-rc.2"