2024-03-08 07:43:28 +00:00
|
|
|
[package]
|
|
|
|
name = "aero-collections"
|
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
|
|
|
|
edition = "2021"
|
|
|
|
license = "EUPL-1.2"
|
|
|
|
description = "Aerogramme own representation of the different objects it manipulates"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
aero-user.workspace = true
|
|
|
|
aero-bayou.workspace = true
|
|
|
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
base64.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
lazy_static.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
rand.workspace = true
|
|
|
|
im.workspace = true
|
|
|
|
sodiumoxide.workspace = true
|
|
|
|
eml-codec.workspace = true
|
2024-04-30 11:02:59 +00:00
|
|
|
icalendar.workspace = true
|