# 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 = "pktseed" version = "0.1.1" authors = ["Caleb James DeLisle "] build = "build.rs" description = "Wallet seed support for PktWallet style seeds" keywords = ["password", "wallet", "seed", "pkt", "bitcoin"] license = "MIT OR Apache-2.0" repository = "https://github.com/cjdelisle/pktseed" [lib] crate-type = ["cdylib", "rlib"] [dependencies.anyhow] version = "1" [dependencies.blake2b_simd] version = "0.5" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rust-argon2] version = "0.8" [dependencies.zeroize] version = "1.4" [build-dependencies.cbindgen] version = "0.20" optional = true [build-dependencies.walkdir] version = "2.3" [features] default = ["lang-english"] generate-capi = ["cbindgen"] lang-chinese-simplified = [] lang-chinese-traditional = [] lang-czech = [] lang-english = [] lang-french = [] lang-italian = [] lang-japanese = [] lang-korean = [] lang-portuguese = [] lang-spanish = []