# 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 = "lair_keystore" version = "0.4.5" authors = ["Holochain Core Dev Team "] description = "secret lair private keystore" documentation = "https://docs.rs/lair_keystore" readme = "README.md" keywords = [ "holochain", "holo", "keystore", "secret", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/lair" resolver = "2" [lib] name = "lair_keystore" path = "src/lib.rs" [[bin]] name = "lair-keystore" path = "src/bin/lair-keystore-bin/main.rs" doc = false [dependencies.lair_keystore_api] version = "=0.4.5" [dependencies.rpassword] version = "7.2.0" [dependencies.rusqlite] version = "0.31" features = ["modern_sqlite"] [dependencies.structopt] version = "0.3.26" [dependencies.sysinfo] version = "0.30.12" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempdir] version = "0.3.7" [build-dependencies.lair_keystore_api] version = "=0.4.5" [build-dependencies.pretty_assertions] version = "1.3.0" [build-dependencies.sqlformat] version = "0.2.1" [features] default = ["rusqlite-bundled-sqlcipher-vendored-openssl"] rusqlite-bundled = ["rusqlite/bundled"] rusqlite-bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"] rusqlite-bundled-sqlcipher-vendored-openssl = ["rusqlite/bundled-sqlcipher-vendored-openssl"] rusqlite-sqlcipher = ["rusqlite/sqlcipher"]