# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hermitdb" version = "0.1.0" authors = ["David Rusu "] build = "build.rs" description = "A private decentralized database replicated over Git (or any other distributed log)" license = "GPL-2.0" [dependencies.assert_matches] version = "1.2.0" [dependencies.bincode] version = "1.0.1" features = ["i128"] [dependencies.data-encoding] version = "2.1.1" [dependencies.git2] version = "0.7.1" [dependencies.ring] version = "0.13.0-alpha" [dependencies.serde] version = "1.0.70" [dependencies.serde_derive] version = "1.0.70" [dependencies.sled] version = "0.15.17" [dependencies.tempfile] version = "3.0.1" [dependencies.time] version = "0.1.39" [dev-dependencies.quickcheck] version = "0.6.2" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13"