# 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 = "simple2fa" version = "0.1.0" description = "Simple2FA is a library to easily add two-factor authentication to your app." license = "MIT" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.digest] version = "0.9.0" [dependencies.hmac] version = "0.11.0" [dependencies.image] version = "0.23.14" [dependencies.qrcode] version = "0.12.0" features = ["image"] [dependencies.rand] version = "0.8.4" [dependencies.totp-lite] version = "1.0.3" [dev-dependencies.criterion] version = "0.3"