# 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 = "2018" name = "forbidden" version = "0.1.3" authors = ["Mario Alejandro Montoya "] exclude = ["/.github"] description = "An auth library for Rust applications.\n" homepage = "https://github.com/mamcx/forbidden" readme = "README.md" keywords = ["auth", "authentication", "password", "argon2", "scrypt"] categories = ["authentication"] license = "MIT/Apache-2.0" repository = "https://github.com/mamcx/forbidden" [dependencies.argon2] version = "0.3.1" features = ["std"] [dependencies.chrono] version = "0.4.19" features = [] [dependencies.password-hash] version = "0.3.2" [dependencies.rand_core] version = "0.6.3" [dependencies.scrypt] version = "0.8.0" optional = true [dev-dependencies.sqlite3] version = "0.24.0" [features] use_scrypt = ["scrypt"]