# 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 = "hashed_password" version = "1.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Password hasher" readme = "README.md" keywords = [ "hash", "password", ] license = "MIT" repository = "https://github.com/caojen/password_hasher" resolver = "1" [lib] name = "hashed_password" path = "src/lib.rs" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.sha2] version = "0.10" [dependencies.sqlx] version = "0" optional = true package = "sqlx" [features]