2024-03-08 08:55:33 +00:00
|
|
|
[package]
|
|
|
|
name = "aero-proto"
|
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
|
|
|
|
edition = "2021"
|
|
|
|
license = "EUPL-1.2"
|
|
|
|
description = "Binding between Aerogramme's internal components and well-known protocols"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-25 17:30:59 +00:00
|
|
|
aero-ical.workspace = true
|
2024-03-08 08:55:33 +00:00
|
|
|
aero-sasl.workspace = true
|
|
|
|
aero-dav.workspace = true
|
|
|
|
aero-user.workspace = true
|
|
|
|
aero-collections.workspace = true
|
|
|
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
hyper.workspace = true
|
|
|
|
base64.workspace = true
|
|
|
|
hyper-util.workspace = true
|
|
|
|
http-body-util.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tokio-util.workspace = true
|
|
|
|
tokio-rustls.workspace = true
|
2024-03-16 15:48:46 +00:00
|
|
|
tokio-stream.workspace = true
|
2024-03-08 08:55:33 +00:00
|
|
|
rustls.workspace = true
|
|
|
|
rustls-pemfile.workspace = true
|
|
|
|
imap-codec.workspace = true
|
|
|
|
imap-flow.workspace = true
|
|
|
|
chrono.workspace = true
|
|
|
|
eml-codec.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
duplexify.workspace = true
|
|
|
|
smtp-message.workspace = true
|
|
|
|
smtp-server.workspace = true
|
|
|
|
tracing.workspace = true
|
2024-03-16 15:48:46 +00:00
|
|
|
quick-xml.workspace = true
|
2024-05-16 15:38:34 +00:00
|
|
|
icalendar.workspace = true
|