1
Fork 0
tirocinio-canali-steffo-acrate/acrate_rd/Cargo.toml

21 lines
543 B
TOML

[package]
name = "acrate_rd"
version = "0.2.0"
edition = "2021"
[dependencies]
log = "0.4.22"
mime = "0.3.17"
quick-xml = { version = "0.37.0", features = ["overlapped-lists", "serialize"] }
reqwest = { version = "0.12.9", features = ["json", "stream"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "2.0.3"
[dev-dependencies]
pretty_env_logger = "0.5.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tokio-test = "0.4.4"
[lints.clippy]
tabs-in-doc-comments = "allow"