[package] name = "tributary-chain" version = "0.1.0" description = "A micro-blockchain to provide consensus and ordering to P2P communication" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/coordinator/tributary" authors = ["Luke Parker "] edition = "2021" [dependencies] thiserror = "1" rand_core = { version = "0.6", optional = true } blake2 = "0.10" ciphersuite = { package = "ciphersuite", path = "../../crypto/ciphersuite", features = ["ristretto"] } schnorr = { package = "schnorr-signatures", path = "../../crypto/schnorr" } tendermint = { package = "tendermint-machine", path = "./tendermint" } [dev-dependencies] rand_core = "0.6" [features] tests = ["rand_core"]