[package] name = "icecast-stats" version = "0.2.1" authors = ["segler_alex "] repository = "https://github.com/segler-alex/icecast-stats" categories = ["network-programming", "parsing"] license = "MIT" description = "Decode icecast server information from JSON" edition = "2021" [dependencies] chrono = { version = "0.4.38", features = ["serde"], optional = true } reqwest = { version = "0.12.9", features = ["blocking", "json"] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" url = "2.5.4"