# 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 = "minotp" version = "1.2.1" authors = ["Charles Dong "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple OTP library for Rust." homepage = "https://github.com/chardoncs/minotp" readme = "README.md" keywords = [ "otp", "hotp", "totp", "password", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/chardoncs/minotp.git" [lib] name = "minotp" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.hmac] version = "0.12" [dev-dependencies.data-encoding] version = "2.6" [dev-dependencies.sha1] version = "0.10" default-features = false [dev-dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.sha3] version = "0.10" default-features = false [features] default = []