# 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 = "gtfs-translations" version = "0.1.0" description = "Reads GTFS translations.txt into structures" readme = "README.md" license = "AGPL-3.0" [dependencies.csv] version = "1.3.0" [dependencies.derivative] version = "2.2.0" [dependencies.gtfs-structures] version = "0.41.0" [dependencies.language-tags] version = "0.3.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1.36" features = ["full"] [dev-dependencies.zip] version = "0.6.6"