[dependencies.log]
version = "0.4"
[features]
algorithm = []
algorithm-two-phase-commit = ["algorithm", "time"]
default = ["algorithm"]
experimental = ["stable", "algorithm-two-phase-commit", "time"]
stable = ["default"]
time = []
[package]
authors = ["Bitwise IO, Inc.", "Cargill Corporation"]
description = """
Augrim is a library of consensus algorithms implemented in Rust.
"""
edition = "2021"
license = "Apache-2.0"
name = "augrim"
readme = "README.md"
repository = "https://github.com/augrim/augrim"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["stable", "experimental"]