# 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 = "rosm_pbf_reader" version = "1.0.2" authors = ["Zsolt Bölöny "] description = "A low-level Rust library for parsing OpenStreetMap data in PBF format" readme = "README.md" keywords = [ "osm", "openstreetmap", "osmpbf", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/rosm-project/rosm_pbf_reader" [dependencies.flate2] version = "1.0.28" optional = true [dependencies.prost] version = "0.12.3" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.threadpool] version = "1.8.1" [build-dependencies.prost-build] version = "0.12.3" [features] default = ["flate2"]