inboxid/Cargo.toml

39 lines
1.3 KiB
TOML
Raw Normal View History

2021-03-27 15:54:39 +00:00
[package]
name = "inboxid"
version = "0.1.0"
authors = ["Arne Keller <arne.keller@posteo.de>"]
edition = "2018"
2021-03-27 18:17:10 +00:00
license = "GPL-3.0-or-later"
2021-03-27 15:54:39 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
imap = { version = "2.4.1", default-features = false }
itertools = "0.10.0"
2021-03-31 09:43:59 +00:00
maildir = { git = "https://github.com/FliegendeWurst/maildir.git", branch = "master", features = ["mmap"] }
2021-03-27 19:37:49 +00:00
mailparse = "0.13.2"
2021-03-27 15:54:39 +00:00
rustls-connector = "0.13.1"
2021-03-28 12:27:37 +00:00
ascii_table = { git = "https://gitlab.com/arnekeller/ascii-table.git", branch = "master" }
chrono = "0.4.19"
2021-04-07 14:03:34 +00:00
rusqlite = { version = "0.25.0", features = ["bundled"] }
2021-03-29 14:35:15 +00:00
rustyline = "8.0.0"
moins = { git = "https://github.com/FliegendeWurst/moins", branch = "master" }
2021-03-31 08:55:34 +00:00
anyhow = "1.0.40"
2021-03-31 09:43:59 +00:00
mailproc = { git = "https://github.com/FliegendeWurst/mailproc.git", branch = "master" }
2021-03-31 18:44:32 +00:00
subprocess = "0.2.6"
mime2ext = "0.1.2"
2021-04-01 10:03:46 +00:00
petgraph = "0.5.1"
2021-04-03 17:52:15 +00:00
cursive = { version = "0.16.3", default-features = false, features = ["termion-backend"] }
2021-04-05 18:48:37 +00:00
cursive_tree_view = { git = "https://github.com/FliegendeWurst/cursive_tree_view.git", branch = "master" }
2021-04-07 14:03:34 +00:00
directories-next = "2.0.0"
serde_derive = "1.0.25"
serde = "1.0.25"
toml = "0.5.8"
once_cell = "1.7.2"
parking_lot = "0.11.1"
log = "0.4.14"
2021-04-18 10:21:18 +00:00
html2text = "0.2.1"
2021-04-05 18:48:37 +00:00
[profile.release]
2021-04-07 14:03:34 +00:00
overflow-checks = true # useful when debugging