gtfs-structures 0.2.0

Read GTFS (public transit timetables) files
Documentation
[package]
description = "Read GTFS (public transit timetables) files"
name = "gtfs-structures"
version = "0.2.0"
authors = ["Tristram Gräbener <tristramg@gmail.com>"]
repository = "https://github.com/Tristramg/gtfs-structure"
license = "MIT"

[dependencies]
csv = "1.0.0-beta.5"
serde = "1.0.15"
serde_derive = "1.0.15"
chrono = "0.4"
regex = "0.2"
itertools = "0.7.2"
failure = "0.1.1"
zip = "0.3.1"
reqwest = "0.8.5"