[package] name = "wmata" version = "7.1.0" authors = ["Emma K Alexandra "] edition = "2018" repository = "https://github.com/emma-k-alexandra/wmata" description = "wmata is a high level Rust interface to the Washington Metropolitan Area Transit Authority (WMATA) API" keywords = ["wmata", "washington", "dc", "networking", "api"] categories = ["api-bindings", "encoding", "network-programming"] license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.44" reqwest = "0.10.0" chrono = "0.4.10" async-trait = "0.1.22" tokio-test = "0.2.0"