# 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 = "2021" name = "confitul" version = "0.1.4" authors = ["Christian Mauduit (ufoot) "] description = "ConfitUL contains utilities for ConfitDB which is an experimental, distributed, real-time database, giving full control on conflict resolution." homepage = "https://gitlab.com/ufoot/confitul" documentation = "https://docs.rs/crate/confitul" readme = "README.md" license = "MIT" repository = "https://gitlab.com/ufoot/confitul/tree/master" resolver = "1" [dependencies.bincode] version = "1.3" [dependencies.ckey] version = "0.1.0" [dependencies.ed25519] version = "1.0" [dependencies.ed25519-dalek] version = "1.0" features = ["serde"] [dependencies.gethostname] version = "0.2" [dependencies.hashlru] version = "0.6.0" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" features = ["getrandom"] [dependencies.rand07] version = "0.7" features = ["getrandom"] package = "rand" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.signature] version = "1.3" [dependencies.url] version = "2.2" features = ["serde"] [dependencies.vclock] version = "0.2.1"