# 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 = "djpass" version = "1.4.0" authors = ["Ronaldo Racum "] description = "A command-line tool to generate and verify passwords used in Django project." readme = "README.md" keywords = [ "hash", "password", "python", "django", "crypto", ] categories = [ "algorithms", "authentication", "cryptography", "command-line-interface", ] license = "BSD-3-Clause" repository = "https://github.com/racum/djpass" [profile.dev.package."*"] opt-level = 1 [dependencies.ansi_term] version = "^0.12" [dependencies.argparse] version = "^0.2" [dependencies.djangohashers] version = "^1.7" [dependencies.rpassword] version = "^7.2"