buzz-ed/Cargo.toml

32 lines
613 B
TOML
Raw Normal View History

2017-03-02 07:20:17 +01:00
[package]
2019-08-26 10:54:46 +02:00
name = "buzz-ed"
version = "1.1.11"
2017-03-02 07:20:17 +01:00
2019-08-26 10:54:46 +02:00
description = "A simple application for notifying about unseen e-mail"
2017-03-02 07:20:17 +01:00
readme = "README.md"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
2019-08-26 10:54:46 +02:00
homepage = "https://github.com/teldra/buzz-ed"
repository = "https://github.com/teldra/buzz-ed.git"
2017-03-02 07:20:17 +01:00
2019-08-26 10:54:46 +02:00
keywords = ["email","cli"]
2017-03-02 07:20:17 +01:00
categories = ["command-line-utilities", "email"]
license = "MIT/Apache-2.0"
2018-12-04 19:23:24 +01:00
[badges]
maintenance = { status = "passively-maintained" }
[profile.release]
debug=true
2017-03-02 07:20:17 +01:00
[dependencies]
2019-04-23 23:00:16 +02:00
imap = "1.0"
2018-09-18 17:14:59 +02:00
native-tls = "0.2"
2019-07-01 18:43:48 +02:00
mailparse = "0.8"
2019-04-23 23:00:16 +02:00
toml = "0.5"
xdg = "2.1.0"
2018-04-27 17:11:11 +02:00
rayon = "1.0.0"
2019-02-13 20:16:29 +01:00
chrono = "0.4"