# 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 = "sssmc39" version = "0.0.3" authors = ["Yeastplume "] description = "Work-in-Progress of Shamir Secret Sharing for Mnemonic Codes (SLIP-39)" license = "Apache-2.0" repository = "https://github.com/yeastplume/rust-sssmc39" [dependencies.bitvec] version = "0.17" [dependencies.digest] version = "0.8" optional = true [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.hmac] version = "0.7" [dependencies.lazy_static] version = "1" [dependencies.pbkdf2] version = "0.3" optional = true default-features = false [dependencies.rand] version = "0.6" [dependencies.ring] version = "0.16" optional = true [dependencies.sha2] version = "0.8" [dev-dependencies.flate2] version = "0.2" [dev-dependencies.itertools] version = "0.7" [dev-dependencies.quickcheck] version = "0.4" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = ["ring_pbkdf2"] ring_pbkdf2 = ["ring", "digest"] rust_crypto_pbkdf2 = ["pbkdf2"]