[package] name = "seed-xor" version = "0.2.0" edition = "2018" authors = ["KaiWitt "] description = "XOR bip39 mnemonics." readme = "README.md" repository = "https://github.com/KaiWitt/seed-xor" license = "MIT" keywords = ["bitcoin", "seed", "mnemonic", "bip39", "xor"] categories = ["cryptography::cryptocurrencies"] publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bip39 = "1.0.*"