boitalettres/Cargo.toml

34 lines
557 B
TOML
Raw Permalink Normal View History

2022-05-09 17:15:52 +00:00
[package]
name = "boitalettres"
2022-06-27 16:15:30 +00:00
version = "0.1.0"
2022-05-09 17:15:52 +00:00
license = "BSD-3-Clause"
edition = "2021"
[dependencies]
bytes = "1.1"
miette = "5.1"
2022-05-09 17:15:52 +00:00
thiserror = "1.0"
2022-05-09 17:15:52 +00:00
tracing = "0.1"
tracing-futures = "0.2"
2022-05-09 17:15:52 +00:00
# IMAP
imap-codec = "0.5"
# Async
async-compat = "0.2"
async-stream = "0.3"
2022-05-09 17:15:52 +00:00
futures = "0.3"
pin-project = "1.0"
2022-05-09 17:15:52 +00:00
tokio = { version = "1.18", features = ["full"] }
tokio-tower = "0.6"
tower = { version = "0.4", features = ["full"] }
[dev-dependencies]
miette = { version = "5.1", features = ["fancy"] }
2022-05-09 17:15:52 +00:00
tracing-subscriber = "0.3"
console-subscriber = "0.1"