# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "seed-keeper-core" version = "0.4.0" authors = ["Doug Anderson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate and encrypt crypto seeds using Argon2 and AES Key Encryption Keys" homepage = "https://github.com/DougAnderson444/seed-keeper" documentation = "https://docs.rs/seed-keeper-core" readme = "README.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/DougAnderson444/seed-keeper.git" [lib] name = "seed_keeper_core" path = "src/lib.rs" [dependencies.aes-kw] version = "0.2.1" features = ["std"] [dependencies.argon2] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.51" [dependencies.zeroize] version = "1.3.0" features = ["zeroize_derive"]