[package] name = "wl-realtime-ogd" version = "0.1.0" edition = "2021" authors = ["Benjamin Räder "] license = "MIT OR Apache-2.0" readme = "README.MD" repository = "https://github.com/RaederDev/wl-realtime-ogd" description = """ Provides a convenient interface for interacting with the Wiener Linien Real-Time Open Government Data (OGD) API. """ keywords = ["ogd", "vienna", "public-transport"] include = [ "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**", ] [dependencies] chrono = "0.4.24" reqwest = { version = "0.11.16", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96"