# 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 = "lonewolf-auth-toolkit" version = "0.1.1" description = "This package adds some handy helper functions related to authentication." readme = "README.md" license = "GPL-3.0" [dependencies.anyhow] version = "1.0.86" [dependencies.bcrypt] version = "0.15.1" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.libmath] version = "0.2.1" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.5" features = ["serde"] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.totp-rs] version = "5.5.1" features = [ "qr", "serde", "rand", ] [dependencies.uuid] version = "1.8.0"