# 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 = "osmflatc" version = "0.3.1" authors = [ "boxdot ", "Christian Vetter ", "Gabriel FĂ©ron ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Compiler of OpenStreetMap (OSM) Data from osm.pbf format to osm.flatdata format" readme = "README.md" keywords = [ "serialization", "osm", "openstreetmap", "flatdata", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/boxdot/osmflat-rs" [[bin]] name = "osmflatc" path = "src/main.rs" [dependencies.ahash] version = "0.8.3" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.env_logger] version = "0.11.0" [dependencies.flatdata] version = "0.5.3" [dependencies.flate2] version = "1.0.25" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.memmap2] version = "0.9.0" [dependencies.osmflat] version = "0.3.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.prost] version = "0.13.2" [dependencies.prost-derive] version = "0.13.2" [dependencies.prost-types] version = "0.13.2" [dependencies.rayon] version = "1.6.1" [dev-dependencies.proptest] version = "1.0.0" [build-dependencies.prost-build] version = "0.13.2"