# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chicago-gtfs-rt" version = "0.2.2" authors = [ "Samuel Sharp ", "Kyler Chin ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Conversion of all Chicago Transit Authority data into GTFS Realtime" readme = "README.md" license = "AGPL-3.0" [lib] name = "chicago_gtfs_rt" path = "src/lib.rs" [dependencies.csv] version = "1.3.0" [dependencies.gtfs-realtime] version = "0.1.0" [dependencies.inline_colorization] version = "0.1.6" [dependencies.reqwest] version = "0.12.5" features = [ "deflate", "gzip", "brotli", "rustls-tls", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.0" features = ["full"] [dev-dependencies.zip] version = "2.2.0" [dev-dependencies.zip-extract] version = "0.2.0"