timetable 0.1.0

Construct timetables from General Transit Feed Specification (GTFS)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "timetable"
version = "0.1.0"
authors = ["Vincent Ollivier <v@vinc.cc>"]
description = "Construct timetables from General Transit Feed Specification (GTFS)"
license = "MIT"
repository = "https://github.com/vinc/timetable"
[dependencies.chrono]
version = "0.4.0"

[dependencies.colored]
version = "1.6.0"

[dependencies.geodate]
version = "0.3.0"

[dependencies.getopts]
version = "0.2.15"

[dependencies.regex]
version = "0.2.5"

[dependencies.reqwest]
version = "0.9.16"

[dependencies.transitfeed]
version = "0.3.0"

[dependencies.zip]
version = "0.2.6"