# 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_api" version = "0.4.6" authors = ["Holochain Core Dev Team "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "secret lair private keystore API library" documentation = "https://docs.rs/lair_keystore_api" 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_api" path = "src/lib.rs" [[bin]] name = "fixture-sig-fallback" path = "src/bin/fixture-sig-fallback.rs" [[test]] name = "config" path = "tests/config.rs" [[test]] name = "sign-fallback" path = "tests/sign-fallback.rs" [dependencies.base64] version = "0.22.1" [dependencies.dunce] version = "1.0.4" [dependencies.hc_seed_bundle] version = "=0.2.4" [dependencies.lru] version = "0.12.3" [dependencies.nanoid] version = "0.4.0" [dependencies.once_cell] version = "1.17.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.rcgen] version = "0.10.0" features = ["zeroize"] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9.21" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.zeroize] version = "1.6.0" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.toml] version = "0.8.14" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winerror"]