# 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 = "keyplace" version = "0.1.1" authors = ["Mindbeam Research Inc"] exclude = [".github", "rustfmt.toml"] description = "Keyplace - server assisted key derivation for humans" readme = "README.md" keywords = ["keybase", "key", "derivation"] categories = ["cryptography", "web"] license = "MIT/Apache-2.0" repository = "https://github.com/mindbeam/keyplace" [profile.dev.package.scrypt] opt-level = 3 codegen-units = 16 debug = false debug-assertions = false overflow-checks = false incremental = false [profile.test.package.scrypt] opt-level = 3 codegen-units = 16 debug = false debug-assertions = false overflow-checks = false incremental = false [dependencies.base64] version = "0.12.3" [dependencies.bincode] version = "1.3" [dependencies.constant_time_eq] version = "0.1.5" [dependencies.crypto-mac] version = "0.9" [dependencies.ed25519-dalek] version = "1.0" features = ["serde"] [dependencies.hmac] version = "0.9" [dependencies.rand] version = "0.7" [dependencies.scrypt] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.toboggan-kv] version = "0.1.2" [dependencies.zeroize] version = "1.1" features = ["zeroize_derive"] [target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen] version = "0.2" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen-console-logger] version = "^0.1.1" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen-futures] version = "0.4.5" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen-test] version = "0.3"