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

21 lines
533 B
TOML
Raw Normal View History

2024-11-09 08:41:08 +00:00
[package]
2024-11-11 02:06:34 +00:00
name = "acrate-hostmeta"
2024-11-09 08:41:08 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-09 09:25:05 +00:00
log = "0.4.22"
quick-xml = { version = "0.37.0", features = ["overlapped-lists", "serialize"] }
2024-11-09 11:44:56 +00:00
reqwest = { version = "0.12.9", features = ["json", "stream"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
2024-11-13 06:28:11 +00:00
thiserror = "2.0.3"
2024-11-09 11:44:56 +00:00
[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"