buzz-ed/Cargo.toml

30 lines
611 B
TOML
Raw Normal View History

2017-03-02 07:20:17 +01:00
[package]
name = "buzz"
2017-11-03 02:04:49 +01:00
version = "1.0.6"
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"
[profile.release]
debug=true
2017-03-02 07:20:17 +01:00
[dependencies]
imap = "0.6.0"
native-tls = "0.1"
2017-05-05 01:17:32 +02:00
systray = "0.2.0"
2017-11-03 02:04:49 +01:00
mailparse = "0.6.0"
2017-07-06 01:32:35 +02:00
toml = "0.4.2"
xdg = "2.1.0"
2017-07-06 01:32:35 +02:00
notify-rust = "3.4.0"
rayon = "0.8.2"