wmata 7.1.0

wmata is a high level Rust interface to the Washington Metropolitan Area Transit Authority (WMATA) API
Documentation
[dependencies.async-trait]
version = "0.1.22"

[dependencies.chrono]
version = "0.4.10"

[dependencies.reqwest]
version = "0.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.tokio-test]
version = "0.2.0"

[package]
authors = ["Emma K Alexandra <emma@emma.sh>"]
categories = ["api-bindings", "encoding", "network-programming"]
description = "wmata is a high level Rust interface to the Washington Metropolitan Area Transit Authority (WMATA) API"
edition = "2018"
keywords = ["wmata", "washington", "dc", "networking", "api"]
license = "MIT"
name = "wmata"
readme = "README.md"
repository = "https://github.com/emma-k-alexandra/wmata"
version = "7.1.0"