# 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_client" version = "0.0.11" authors = ["Holochain Core Dev Team "] description = "client connector to secret lair private keystore" documentation = "https://docs.rs/lair_keystore_client" keywords = [ "holochain", "holo", "keystore", "secret", "cryptography", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/holochain/lair" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.ghost_actor] version = "0.3.0-alpha.1" [dependencies.lair_keystore_api] version = "=0.0.11" [dependencies.sodoken] version = "=0.0.4" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1.8.1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" [build-dependencies.lair_keystore_api] version = "=0.0.11" [features] bin-tests = [] cargo-compile-test = [] default = []