# 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 = "diceware" version = "0.5.10" authors = ["Yuval Langer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line diceware, with or without dice." readme = "README.md" keywords = [ "diceware", "password", "passphrase", "generator", ] license = "AGPL-3.0" repository = "https://codeberg.org/kakafarm/rusty-diceware" [[bin]] name = "diceware" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.diceware_wordlists] version = "^1" [dependencies.getopts] version = "^0.2" [dependencies.rand] version = "^0.8" [dependencies.rand_chacha] version = "^0.3"