# 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 = "seed15" version = "0.1.5" description = "general library for working with 15 word seed phrases" readme = "README.md" license = "MIT" repository = "https://github.com/DavidVorick/seed15" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.dictionary-1024] version = "0.3" [dependencies.ed25519-dalek] version = "1" [dependencies.rand_core] version = "0.5" [dependencies.sha2] version = "0.10" [dependencies.userspace-rng] version = "1"