# 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 = "crypto_key_master" version = "0.1.2" description = "rust library for crypto key management" homepage = "https://github.com/aaronisme/crypto_key_master" documentation = "https://docs.rs/crypto_key_master" readme = "README.md" license = "MIT" repository = "https://github.com/aaronisme/crypto_key_master" [dependencies.aes] version = "0.7.5" features = ["ctr"] [dependencies.bip32] version = "0.2.2" [dependencies.bytes] version = "1.1.0" [dependencies.ecdsa] version = "0.12.4" features = ["sign"] [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.9.6" [dependencies.ring] version = "0.16.20" [dependencies.scrypt] version = "0.2" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.7.3" [dependencies.thiserror] version = "1.0"