# 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 = "seedxor" version = "1.1.0" authors = [ "moparisthebest ", "KaiWitt ", ] include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] publish = true description = "XOR bip39 mnemonics." readme = "README.md" keywords = [ "bitcoin", "seed", "mnemonic", "bip39", "xor", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/moparisthebest/seedxor" [dependencies.bip39] version = "2.0" default-features = false [dependencies.getrandom] version = "0.2" default-features = false [dependencies.permutohedron] version = "0.2.4" default-features = false