# 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 = "osmpbf-parser" version = "1.3.1" include = ["src/", "readme.md"] description = "parse osm protobuf files and scan for records with explicit file offsets" homepage = "https://github.com/peermaps/osmpbf-parser" readme = "readme.md" license = "BSD-3-Clause" repository = "https://github.com/peermaps/osmpbf-parser" [dependencies.desert] version = "2.0.0" [dependencies.flate2] version = "1.0.20" [dependencies.hashbrown] version = "0.9.1" [dependencies.quick-protobuf] version = "0.8.0" [dependencies.unbounded-interval-tree] version = "0.2.3"