mailmodel 0.1.5

A proof-of-concept mail viewer writting with Qt using QML
# 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 = "mailmodel"
version = "0.1.5"
authors = ["Jos van den Oever <jos@vandenoever.info>"]
build = "build.rs"
links = "mailmodel"
description = "A proof-of-concept mail viewer writting with Qt using QML"
homepage = "https://www.vandenoever.info/blog/2018/09/16/browsing_your_mail_with_rust_and_qt.html"
documentation = "https://www.vandenoever.info/blog/2018/09/16/browsing_your_mail_with_rust_and_qt.html"
license = "AGPL-3.0-or-later"
repository = "https://anongit.kde.org/scratch/vandenoever/mailmodel"
[profile.release]
debug = true
[dependencies.chrono]
version = "0.4"

[dependencies.error-chain]
version = "0.12"

[dependencies.imap]
version = "0.8.1"

[dependencies.imap-proto]
version = "0.4.1"

[dependencies.libc]
version = "0.2"

[dependencies.mailparse]
version = "0.6.3"

[dependencies.memchr]
version = "2"

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

[dependencies.nom]
version = "3.2.1"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2"
[build-dependencies.rust_qt_binding_generator]
version = "0.2"