[package] name = "acrate_rd" version = "0.3.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Rust typing and utilities for the JSON and XML resource descriptior formats" repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate" license = "EUPL-1.2" keywords = ["jrd", "xrd", "host-meta", "webfinger", "resource-descriptor"] categories = ["web-programming"] [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"