totpyx 1.0.0

Minimal, dependency-free RFC 6238 TOTP implementation
Documentation
[[bin]]
name = "totpyx"
path = "src/main.rs"

[lib]
name = "totpyx"
path = "src/lib.rs"

[package]
authors = ["rccyx"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "Minimal, dependency-free RFC 6238 TOTP implementation"
documentation = "https://docs.rs/totpyx"
edition = "2021"
homepage = "https://github.com/rccyx/totpyx"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["totp", "otp", "rfc6238", "rfc4226", "2fa"]
license = "Apache-2.0"
name = "totpyx"
readme = "README.md"
repository = "https://github.com/rccyx/totpyx"
rust-version = "1.70"
version = "1.0.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"