mailf0rm/Cargo.toml

18 lines
447 B
TOML
Raw Normal View History

2023-12-21 23:02:22 +00:00
[package]
name = "mailf0rm"
version = "0.1.0"
edition = "2021"
2023-12-22 00:33:11 +00:00
[features]
default = []
no-std = []
2023-12-21 23:02:22 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-20 06:09:30 +01:00
chrono = { version = "0.4.31", features = ["serde"] }
hmac-sha512 = "1.1.5"
schemars = { version = "0.8.16", features = ["derive_json_schema", "chrono"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"