2017-03-02 07:20:17 +01:00
|
|
|
[package]
|
|
|
|
name = "buzz"
|
2019-07-01 18:43:48 +02:00
|
|
|
version = "1.1.10"
|
2017-03-02 07:20:17 +01:00
|
|
|
|
|
|
|
description = "A simple system tray application for notifying about unseen e-mail"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
|
|
|
|
|
|
|
|
homepage = "https://github.com/jonhoo/buzz"
|
|
|
|
repository = "https://github.com/jonhoo/buzz.git"
|
|
|
|
|
|
|
|
keywords = ["email","cli","systray","notification"]
|
|
|
|
categories = ["command-line-utilities", "email"]
|
|
|
|
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
2018-12-04 19:23:24 +01:00
|
|
|
[badges]
|
|
|
|
maintenance = { status = "passively-maintained" }
|
|
|
|
|
2017-09-26 17:01:28 +02:00
|
|
|
[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"
|
2018-04-27 17:11:11 +02:00
|
|
|
systray = "0.3.0"
|
2019-07-01 18:43:48 +02:00
|
|
|
mailparse = "0.8"
|
2019-04-23 23:00:16 +02:00
|
|
|
toml = "0.5"
|
2017-05-04 03:35:58 +02:00
|
|
|
xdg = "2.1.0"
|
2017-07-06 01:32:35 +02:00
|
|
|
notify-rust = "3.4.0"
|
2018-04-27 17:11:11 +02:00
|
|
|
rayon = "1.0.0"
|
2019-04-23 23:00:16 +02:00
|
|
|
askama_escape = "0.2"
|
2019-02-13 20:16:29 +01:00
|
|
|
chrono = "0.4"
|