# 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] edition = "2018" name = "ootp" version = "0.1.1" authors = ["Odroe, Inc. ", "Leonardo Razovic ", "Seven Du "] include = ["src/**/*", "LICENSE", "README.md"] description = "OOTP (Open One-time Password) is a supports multiple programming languages. The generated one-time passwords are fully compliant with HOTP (HMAC-based One-time Password) and TOTP (Time-based One-time Password). 🚀It's easy to use!" homepage = "https://github.com/odroe/ootp" documentation = "https://docs.rs/ootp" readme = "README.md" keywords = ["ootp", "totp", "hotp", "rust", "rfc6238"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/odroe/ootp" [[bench]] name = "hotp_bench" path = "benches/hotp_bench.rs" harness = false [[bench]] name = "totp_bench" path = "benches/totp_bench.rs" harness = false [dependencies.hmac-sha] version = "0.5.0" [dev-dependencies.base32] version = "0.4.0" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.hex] version = "0.4.3"