[package] name = "conflidb" version = "0.1.0" authors = ["Christian Mauduit (ufoot) "] edition = "2018" description = "ConfliDB is an experimental, distributed, real-time database, giving full control on conflict resolution." license = "MIT" documentation = "https://docs.rs/crate/conflidb" homepage = "https://gitlab.com/ufoot/conflidb" repository = "https://gitlab.com/ufoot/conflidb/tree/master" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sha2 = "0.9" serde = { version = "1.0", features = ["derive"] } hex = "0.4" bincode = "1.3" rand = { version="0.8", features=["getrandom"] } rand_core = "0.6"