# 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 = "totp_embed" version = "1.0.5" authors = [ "Colin Woodbury ", "M4tsuri ", ] description = "A fork of totp-lite for embedded environment." homepage = "https://github.com/M4tsuri/totp_embed" readme = "README.md" keywords = [ "totp", "otp", "2fa", "no_std", "embedded", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/M4tsuri/totp_embed" resolver = "2" [dependencies.digest] version = "0.10" default-features = false [dependencies.hmac] version = "0.12" default-features = false [dependencies.sha-1] version = "0.10" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.koibumi-base32] version = "0.0" [dev-dependencies.version-sync] version = "0.9" [features] std = [ "hmac/std", "digest/std", "sha-1/std", "sha2/std", ] [badges.github] branch = "master" repository = "M4tsuri/totp_embed" workflow = "Rust"