talos_certifier 0.2.26

Talos is based on the STRIDE algorithm for strict serializable certification of distributed transactions
Documentation
[[bench]]
harness = false
name = "certifier"

[dependencies.ahash]
version = "0.8.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures-util]
version = "0.3.26"

[dependencies.log]
features = ["kv_unstable", "std", "kv_unstable_serde"]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dependencies.talos_suffix]
version = "0.2.26"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.time]
features = ["formatting"]
version = "0.3.30"

[dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.tokio-test]
version = "0.4"

[package]
description = "Talos is based on the STRIDE algorithm for strict serializable certification of distributed transactions"
edition = "2021"
homepage = "https://github.com/kindredgroup/talos"
keywords = ["talos"]
license = "MIT"
name = "talos_certifier"
readme = "README.md"
repository = "https://github.com/kindredgroup/talos"
version = "0.2.26"