# 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 = "mfauth" version = "1.0.0" authors = ["Rien Maertens "] description = "Simple CLI client to request and manage OAuth2 tokens" keywords = ["oauth2", "cli", "email", "mfa", "authentication"] categories = ["command-line-utilities", "email", "authentication"] license = "MIT" repository = "https://github.com/rien/mfauth/" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0" features = ["serde"] [dependencies.clap] version = "3" features = ["derive"] [dependencies.dirs] version = "4" [dependencies.hyper] version = "0" features = ["full"] [dependencies.hyper-tls] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0" [dependencies.url] version = "2"