# 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 = "tmail" version = "0.1.2" authors = ["Atif Yushri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A temporary email address" readme = "README.md" keywords = [ "email", "temporary", "tmail", "tempmail", ] license = "MIT" repository = "https://github.com/atifyushri/tmail" [[bin]] name = "tmail" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.7.5" [dependencies.open] version = "5.3.0" [dependencies.rand] version = "0.8.5" [dependencies.redb] version = "2.1.3" [dependencies.serde_json] version = "1.0.128" [dependencies.ureq] version = "2.10.1" features = ["json"]