# 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 = "osm_transit_extractor" version = "0.9.0" authors = [ "Pascal Rhod ", "NoƩmie Lehuby ", ] description = "Extract public transport data from an OpenStreetMap file" readme = "README.md" keywords = [ "osm", "transit", ] categories = [ "data-structures", "encoding", "parser-implementations", ] license = "AGPL-3.0" repository = "https://github.com/hove-io/osm-transit-extractor" [dependencies.clap] version = "3" features = ["derive"] [dependencies.csv] version = "1" [dependencies.geo-types] version = "0.7" [dependencies.log] version = "0.4" [dependencies.osmpbfreader] version = "0.16" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.simple_logger] version = "2" [dependencies.tempfile] version = "3" [dependencies.wkt] version = "0.10" [badges.travis-ci] repository = "hove-io/osm-transit-extractor"