[package] name = "gtfs-geojson" version = "0.5.0" authors = ["N07070 "] edition = "2021" description = "A simple converter for GTFS to GeoJSON formats" readme = "README.md" repository = "https://gitlab.com/CodeursEnLiberte/gtfs-to-geojson/" license = "MIT" keywords = ["gtfs", "transport", "geojson"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gtfs-structures = "0.41.0" geojson = "0.24.1" clap = { version = "4.5.1", features = ["derive"] } geo-types = "0.7.12" serde_json = "1"