# 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 = "humphrey_auth" version = "0.1.5" description = "User authentication for the Humphrey web server." homepage = "https://github.com/w-henderson/Humphrey" readme = "README.md" keywords = ["authentication"] categories = ["authentication"] license = "MIT" repository = "https://github.com/w-henderson/Humphrey" resolver = "1" [lib] doctest = false [dependencies.argon2] version = "0.3" [dependencies.humphrey] version = "^0.7.0" optional = true [dependencies.humphrey_json] version = ">=0.1.1" optional = true [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.uuid] version = "0.8" features = ["v4"] [features] default = ["humphrey"] humphrey = ["dep:humphrey"] json = ["humphrey_json"]