# 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 = "entropy-kvdb" version = "0.3.0" authors = ["Entropy Cryptography "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Encrypted key-value database for the Entropy Theshold Signing Server" homepage = "https://entropy.xyz/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/entropyxyz/entropy-core" [lib] name = "entropy_kvdb" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.chacha20poly1305] version = "0.9" features = ["alloc"] default-features = false [dependencies.entropy-protocol] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8" default-features = false [dependencies.rpassword] version = "7.3.1" default-features = false [dependencies.scrypt] version = "0.11.0" features = ["std"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.sp-core] version = "31.0.0" default-features = false [dependencies.synedrion] version = "0.2.0-beta.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40" features = [ "macros", "sync", "fs", "rt-multi-thread", "io-util", ] [dependencies.tracing] version = "0.1" default-features = false [dependencies.zeroize] version = "1.8" features = ["zeroize_derive"] default-features = false [dev-dependencies.serial_test] version = "3.1.1"