# 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 = "amtrak-gtfs-rt" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Converts Amtrak Track-A-Train to valid GTFS-rt vehicle and trip information" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/catenarytransit/amtrak-gtfs-rt" [lib] name = "amtrak_gtfs_rt" path = "src/lib.rs" [dependencies.amtk] version = "0.1.0" [dependencies.amtrak-api] version = "0.2.0" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.10" [dependencies.futures] version = "0.3.30" [dependencies.geojson] version = "0.24" [dependencies.gtfs-realtime] version = "0.1.0" [dependencies.gtfs-rt] version = "0.5" [dependencies.gtfs-structures] version = "0.42.0" [dependencies.openssl] version = "0.10" [dependencies.prost] version = "0.13" [dependencies.reqwest] version = "0.12" features = [ "gzip", "brotli", "rustls-tls", "deflate", "cookies", ] [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.41" features = ["full"] [lints.rust] non_ascii_idents = "deny" unused_must_use = "deny"