2017-03-02 07:20:17 +01:00
|
|
|
[package]
|
|
|
|
name = "buzz"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-03-03 04:05:06 +01:00
|
|
|
imap = "0.2.1"
|
|
|
|
openssl = "0.8.3"
|
2017-03-02 07:20:17 +01:00
|
|
|
systray = { git = "https://github.com/qdot/systray-rs.git", branch = "linux-core" }
|
|
|
|
mailparse = "0.5.1"
|
|
|
|
toml = "0.3.1"
|
|
|
|
xdg = "2.0.0"
|
2017-03-02 20:28:29 +01:00
|
|
|
notify-rust = "3.2.1"
|
2017-03-03 04:27:23 +01:00
|
|
|
rayon = "0.6.0"
|