# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "conflidb" version = "0.1.0" authors = ["Christian Mauduit (ufoot) "] description = "ConfliDB is an experimental, distributed, real-time database, giving full control on conflict resolution." homepage = "https://gitlab.com/ufoot/conflidb" documentation = "https://docs.rs/crate/conflidb" readme = "README.md" license = "MIT" repository = "https://gitlab.com/ufoot/conflidb/tree/master" [dependencies.bincode] version = "1.3" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" features = ["getrandom"] [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9"