# 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 = "peermaps-ingest" version = "4.0.1" authors = ["okdistribute <633012+okdistribute@users.noreply.github.com>"] description = "Convert OSM data into the peermaps on-disk format" documentation = "https://docs.rs/peermaps-ingest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/peermaps/ingest" [[bin]] name = "peermaps-ingest" path = "src/bin.rs" [[bench]] name = "large_area" harness = false [dependencies.argmap] version = "1.1.0" [dependencies.async-std] version = "1.10.0" [dependencies.desert] version = "2.0.0" [dependencies.digit_group] version = "0.1.0" [dependencies.eyros] version = "4.6.1" [dependencies.futures] version = "0.3.13" [dependencies.georender-pack] version = "2.1.1" [dependencies.hashbrown] version = "0.9.1" [dependencies.indoc] version = "1.0.3" [dependencies.jemallocator] version = "0.3.2" [dependencies.osm-is-area] version = "1.0.0" [dependencies.osmpbf-parser] version = "1.3.1" [dependencies.random-access-disk] version = "2.0.0" [dev-dependencies.earcutr] version = "0.1.1" [dev-dependencies.pretty_assertions] version = "0.7.1" [dev-dependencies.tempfile] version = "3.2.0"