# 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 = "termail" version = "0.1.1" authors = ["tramhao "] description = "Terminal Mail client written in Rust. WIP" homepage = "https://github.com/tramhao/termail" readme = "README.md" keywords = ["terminal", "tui", "mail", "client", "email"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/tramhao/termail" [profile.release] [[bin]] name = "termail" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.20" [dependencies.dirs-next] version = "2.0" [dependencies.log] version = "0.4" [dependencies.maildir] version = "0.5" [dependencies.mailparse] version = "0.13" [dependencies.scraper] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1" [dependencies.toml] version = "0.5" [dependencies.tui-realm-stdlib] version = "0.6" [dependencies.tui-realm-treeview] version = "0.3" [dependencies.tuirealm] version = "0.6" [dev-dependencies.pretty_assertions] version = "0.7" [features] default = []