# 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-rt" version = "0.5.0" authors = ["Erin Moon "] description = "Read, write, and manipulate GTFS-Realtime data" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/barzamin/gtfs-rt" [dependencies.prost] version = "0.11" [dependencies.prost-derive] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.prost-build] version = "0.11" [badges.maintenance] status = "passively-maintained"