# 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 = "mfa-cli" version = "0.2.2" authors = ["tkhr0 "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A MFA cli client" readme = "README.md" keywords = [ "mfa", "cli", "authentication", "config", ] license = "MIT" repository = "https://github.com/tkhr0/mfa-cli/" [lib] name = "mfa_cli" path = "src/lib.rs" [[bin]] name = "mfa-cli" path = "src/main.rs" [dependencies.base32] version = "0.4.0" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.digest] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.sha-1] version = "0.10" [dependencies.tempfile] version = "3.8" [dependencies.toml] version = "0.8" [dependencies.trycmd] version = "0.14"