# 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-qr" version = "0.2.1" authors = ["Dave Farnham "] description = "Display the optauth URI and TOTP token from QR images, URI, or otpauth-migration link" homepage = "https://github.com/dfarnham/totp-qr" documentation = "https://docs.rs/totp-qr" readme = "README.md" keywords = [ "authentication", "2fa", "totp", "hmac", "otp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dfarnham/totp-qr" [dependencies.anyhow] version = "1" [dependencies.base32] version = "0.4" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.file-format] version = "0.21" [dependencies.hmac] version = "0.12" [dependencies.image] version = "0.24" [dependencies.protobuf] version = "2.28.0" [dependencies.rqrr] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.urlencoding] version = "2"