[package] name = "icecast-stats" version = "0.1.2" 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.31", features = ["serde"], optional = true } reqwest = { version = "0.11.23", features = ["blocking", "json"] } serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" url = "2.5.0"