# 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 = "2018" name = "one-time" version = "0.1.0" authors = ["Anna Clemens "] description = "Digest-agnostic HOTP and TOTP implementations according to their RFC specifications." documentation = "https://docs.rs/one-time" keywords = ["otp", "hotp", "totp", "oath"] categories = ["no-std"] license = "EUPL-1.2" [dependencies.hmac] version = "0.11" [dependencies.libc] version = "0.2" optional = true [dependencies.thiserror] version = "1" optional = true [dev-dependencies.sha-1] version = "0.9" [dev-dependencies.sha2] version = "0.9" [features] default = [] std = ["hmac/std", "thiserror"]