# 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" rust-version = "1.74" name = "osmpbf" version = "0.3.4" authors = ["Johannes Hofmann "] description = "A reader for the OpenStreetMap PBF file format (*.osm.pbf)." homepage = "https://github.com/b-r-u/osmpbf" readme = "README.md" keywords = [ "openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf", ] categories = [ "parser-implementations", "encoding", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/b-r-u/osmpbf" [[bench]] name = "counter_bench" harness = false [dependencies.byteorder] version = "1.4" [dependencies.flate2] version = "1.0" default-features = false [dependencies.memmap2] version = "0.5" [dependencies.protobuf] version = "3.1" [dependencies.rayon] version = "1.5" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.protobuf-codegen] version = "3.1" [features] default = ["rust-zlib"] rust-zlib = ["flate2/rust_backend"] zlib = ["flate2/zlib"] zlib-ng = ["flate2/zlib-ng"]