# 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 = "osmpbfreader" version = "0.16.1" authors = ["Guillaume Pinot "] description = "Read OpenStreetMap PBF files in rust." documentation = "https://docs.rs/osmpbfreader" readme = "README.md" keywords = [ "openstreetmap", "osm", "pbf", ] categories = [ "encoding", "science", ] license = "WTFPL" repository = "https://github.com/TeXitoi/osmpbfreader-rs" [dependencies.byteorder] version = "1.3" [dependencies.flat_map] version = "0.0.10" features = ["serde1"] [dependencies.flate2] version = "1.0" [dependencies.par-map] version = "0.1" [dependencies.protobuf] version = "2" [dependencies.pub-iterator-type] version = "0.1" [dependencies.self_cell] version = "1.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smartstring] version = "1.0.1" features = ["serde"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.log] version = "0.4" [build-dependencies.protobuf-codegen-pure] version = "2.8" [badges.appveyor] repository = "TeXitoi/osmpbfreader-rs" [badges.travis-ci] repository = "TeXitoi/osmpbfreader-rs"