# 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 = "osm-pbf-reader" version = "0.1.1" authors = ["Christoph Hommelsheim "] description = "OpenStreetMap PBF reader" readme = "README.md" keywords = [ "osm", "openstreetmaps", "pbf", "osm-pbf", ] license = "MIT" repository = "https://github.com/HellButcher/osm-pbf.git" [dependencies.byteorder] version = "1.5" [dependencies.bytes] version = "1.5" features = ["std"] [dependencies.flate2] version = "1.0" default-features = false [dependencies.osm-pbf-proto] version = "0.1.1" [dependencies.thiserror] version = "1.0" [dependencies.xz2] version = "0.1" optional = true [features] default = [ "zlib-ng-compat", "lzma", ] lzma = ["xz2"] zlib = ["flate2/zlib"] zlib-ng-compat = [ "zlib", "flate2/zlib-ng-compat", ]