buzz 1.1.6

A simple system tray application for notifying about unseen e-mail
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "buzz"
version = "1.1.6"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "A simple system tray application for notifying about unseen e-mail"
homepage = "https://github.com/jonhoo/buzz"
readme = "README.md"
keywords = ["email", "cli", "systray", "notification"]
categories = ["command-line-utilities", "email"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/buzz.git"
[profile.release]
debug = true
[dependencies.askama_escape]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.imap]
version = "0.10"

[dependencies.mailparse]
version = "0.6.0"

[dependencies.native-tls]
version = "0.2"

[dependencies.notify-rust]
version = "3.4.0"

[dependencies.rayon]
version = "1.0.0"

[dependencies.systray]
version = "0.3.0"

[dependencies.toml]
version = "0.4.2"

[dependencies.xdg]
version = "2.1.0"
[badges.maintenance]
status = "passively-maintained"