# 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 = "totpgen" version = "0.1.2" authors = ["Klaas-Jan Boon "] description = "totpgen is a tool for managing and generating TOTP tokens on the command line quickly." readme = "README.md" keywords = ["totp"] license = "MIT OR Apache-2.0" repository = "https://github.com/K-JBoon/totpgen" [dependencies.anyhow] version = "1.0.33" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.confy] version = "0.4.0" [dependencies.hmac] version = "0.10.1" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.sha-1] version = "0.9.1" [dependencies.strfmt] version = "0.1.6"