# 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 = "cardseed" version = "0.0.2" authors = ["conduition@proton.me"] description = "Pseudo-random numbers derived from playing cards using PBKDF2." documentation = "https://docs.rs/cardseed/latest/cardseed" readme = "README.md" keywords = [ "playing", "cards", "entropy", "rng", "derive", ] license = "Unlicense" repository = "https://github.com/conduition/cardseed" [dependencies.hmac] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.7"