# 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-sos" version = "3.1.1" authors = [ "Muji ", "Cleo Rebert ", ] description = "RFC-compliant TOTP implementation with minimal dependencies." homepage = "https://github.com/tmpfs/totp-lite" readme = "README.md" keywords = [ "authentication", "2fa", "totp", "hmac", "otp", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/tmpfs/totp-lite" [package.metadata.docs.rs] features = [ "serde", "zeroize", ] [dependencies.base32] version = "0.4" [dependencies.constant_time_eq] version = "0.2.1" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2.2" [dependencies.urlencoding] version = "2.1.0" [dependencies.zeroize] version = "1.5.7" features = [ "alloc", "derive", ] optional = true [features] default = ["zeroize"] serde = ["dep:serde"] zeroize = ["dep:zeroize"]