boitalettres/Cargo.toml
2022-06-30 14:48:56 +02:00

34 lines
626 B
TOML

[package]
name = "boitalettres"
version = "0.1.0"
license = "BSD-3-Clause"
edition = "2021"
[dependencies]
bytes = "1.1"
miette = "5.1"
thiserror = "1.0"
tracing = "0.1"
tracing-futures = "0.2"
# IMAP
imap-codec = { git = "https://github.com/superboum/imap-codec.git", branch = "v0.5.x" }
# Async
async-compat = "0.2"
async-stream = "0.3"
futures = "0.3"
pin-project = "1.0"
tokio = { version = "1.18", features = ["full"] }
tokio-tower = "0.6"
tower = { version = "0.4", features = ["full"] }
[dev-dependencies]
miette = { version = "5.1", features = ["fancy"] }
tracing-subscriber = "0.3"
console-subscriber = "0.1"