# 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 = "otpget" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for automatically retrieving OTP codes from email messages" homepage = "https://github.com/milopadma/otpget" documentation = "https://github.com/milopadma/otpget#readme" readme = "README.md" license = "MIT" repository = "https://github.com/milopadma/otpget" [[bin]] name = "otpget" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.dotenv] version = "0.15.0" [dependencies.imap] version = "2.4.1" [dependencies.indicatif] version = "0.17.7" [dependencies.keyring] version = "3.6.1" features = [ "apple-native", "sync-secret-service", "crypto-rust", "vendored", ] [dependencies.mail-parser] version = "0.8" [dependencies.native-tls] version = "0.2.11" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"