# 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 = "osm4routing" version = "0.7.0" authors = ["Tristram Gräbener "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert OpenStreetMap data into routing friendly CSV" homepage = "https://github.com/Tristramg/osm4routing2" readme = "readme.md" license = "MIT" [lib] name = "osm4routing" path = "src/lib.rs" [[bin]] name = "osm4routing" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.geo-types] version = "0.7" [dependencies.osmpbfreader] version = "0.16.1" [dependencies.serde] version = "1.0"