# 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] edition = "2018" name = "keybase-keystore" version = "0.2.0" authors = ["David Craven "] description = "Keybase keystore implementation." documentation = "https://docs.rs/keybase-keystore" license = "ISC" repository = "https://github.com/sunshine-protocol/sunshine-identity" [dependencies.async-std] version = "=1.5.0" features = ["unstable"] [dependencies.bip39] version = "0.6.0-beta.1" [dependencies.fail] version = "0.4.0" [dependencies.rand] version = "0.7.3" [dependencies.secrecy] version = "0.7.0" [dependencies.strobe-rs] version = "0.5.3" [dependencies.thiserror] version = "1.0.20" [dependencies.zeroize] version = "1.1.0" [dev-dependencies.async-std] version = "=1.5.0" features = ["attributes"] [dev-dependencies.fail] version = "0.4.0" features = ["failpoints"] [dev-dependencies.tempdir] version = "0.3.7"