# 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 = "deterministic-keygen" version = "0.0.7" description = "Deterministic key-generator" readme = "README.md" keywords = [ "deterministic", "key-generator", "bip39", "rsa", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/crwood/deterministic-keygen" [lib] name = "deterministic_keygen" crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.0" [dependencies.blake3] version = "1.5.0" [dependencies.pyo3] version = "0.19.2" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rsa] version = "0.10.0-pre.1" [dependencies.tiny-bip39] version = "1.0.0"