# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "boringauth" version = "0.9.0" authors = ["Rodolphe Breard ", "YetAnotherMinion "] include = ["src/**/*", "Cargo.toml", "LICENSE.txt"] description = "Straightforward password, passphrase, TOTP, and HOTP user authentication" documentation = "https://docs.rs/boringauth" readme = "README.md" keywords = ["authentication", "2fa", "otp", "hotp", "totp"] license = "GPL-2.0" repository = "https://github.com/ThinkAlexandria/BoringAuth.git" [lib] name = "boringauth" crate-type = ["rlib", "dylib"] [dependencies.base32] version = "^0.4.0" [dependencies.hex] version = "0.3.2" [dependencies.libc] version = "^0.2" optional = true [dependencies.rand] version = "0.7.0" [dependencies.ring] version = ">=0.15, <0.17" [dependencies.time] version = "0.1.42" [features] cbindings = ["libc"]