buzz-ed/Cargo.toml

30 lines
609 B
TOML
Raw Normal View History

2017-03-02 07:20:17 +01:00
[package]
name = "buzz"
2018-11-23 05:51:33 +01:00
version = "1.1.1"
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]
2018-11-23 05:51:08 +01:00
imap = "0.9"
2018-09-18 17:14:59 +02:00
native-tls = "0.2"
2018-04-27 17:11:11 +02:00
systray = "0.3.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"
2018-04-27 17:11:11 +02:00
rayon = "1.0.0"