[package] name = "tiny-bip39" version = "1.0.2" description = "tiny-bip39 which patches to the latest update" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/patches/tiny-bip39" authors = ["Luke Parker "] keywords = [] edition = "2021" rust-version = "1.70" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [package.metadata.cargo-machete] ignored = ["tiny-bip39"] [lib] name = "bip39" path = "src/lib.rs" [dependencies] tiny-bip39 = "2"