[dependencies.amaters-core]
version = "0.1.0"
[dependencies.futures]
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[dependencies.tokio]
features = ["full"]
version = "1.49"
[dependencies.tracing]
version = "0.1"
[lib]
name = "amaters_cluster"
path = "src/lib.rs"
[lints.clippy]
expect_used = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unwrap_used = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "allow"
priority = -1
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.rust]
dead_code = "allow"
unsafe_op_in_unsafe_fn = "warn"
unused_imports = "allow"
unused_mut = "allow"
unused_variables = "allow"
[package]
authors = ["COOLJAPAN OU (Team KitaSan) <contact@cooljapan.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "database-implementations"]
description = "Consensus layer for AmateRS (Ukehi)"
edition = "2024"
keywords = ["consensus", "raft", "distributed"]
license = "MIT OR Apache-2.0"
name = "amaters-cluster"
readme = "README.md"
repository = "https://github.com/cool-japan/amaters"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"