# 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 = "mnemonic-external" version = "0.1.0" authors = [ "Alexander Slesarev ", "Vera Abramova ", ] build = false exclude = [ "/for_tests", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Mnemonic seed phrase processing with no-std and external memory capabilities" homepage = "https://github.com/Alzymologist/mnemonic-external" documentation = "https://docs.rs/mnemonic-external" readme = "README.md" keywords = [ "no_std", "crypto", "seed", "mnemonic", ] license = "GPL-3.0-or-later" repository = "https://github.com/Alzymologist/mnemonic-external" [lib] name = "mnemonic_external" crate-type = ["lib"] path = "src/lib.rs" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.zeroize] version = "1.8.1" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [features] default = [ "std", "sufficient-memory", ] std = [] sufficient-memory = []