# 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-geojson" version = "0.5.0" authors = ["N07070 "] description = "A simple converter for GTFS to GeoJSON formats" readme = "README.md" keywords = [ "gtfs", "transport", "geojson", ] categories = ["data-structures"] license = "MIT" repository = "https://gitlab.com/CodeursEnLiberte/gtfs-to-geojson/" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.geo-types] version = "0.7.12" [dependencies.geojson] version = "0.24.1" [dependencies.gtfs-structures] version = "0.41.0" [dependencies.serde_json] version = "1"