# 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 = "2018" name = "gtfs-structures" version = "0.42.0" authors = [ "Tristram Gräbener ", "Antoine Desbordes ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read GTFS (public transit timetables) files" readme = "README.md" license = "MIT" repository = "https://github.com/rust-transit/gtfs-structure" [lib] name = "gtfs_structures" path = "src/lib.rs" [[example]] name = "gtfs_raw_reader" path = "examples/gtfs_raw_reader.rs" [[example]] name = "gtfs_reader" path = "examples/gtfs_reader.rs" [[example]] name = "gtfs_reading" path = "examples/gtfs_reading.rs" [[example]] name = "raw_gtfs_reading" path = "examples/raw_gtfs_reading.rs" [[example]] name = "reading" path = "examples/reading.rs" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.38" [dependencies.csv] version = "1.1" [dependencies.derivative] version = "2.1" [dependencies.futures] version = "0.3" optional = true [dependencies.itertools] version = "0.13" [dependencies.reqwest] version = "0.12" features = ["blocking"] optional = true [dependencies.rgb] version = "0.8" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.zip] version = "2.2" [dev-dependencies.serde_json] version = "1.0" [features] default = ["read-url"] read-url = [ "reqwest", "futures", ]