# 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" version = "0.3.3" authors = ["Sameer Puri "] build = "build.rs" description = "Read and write the OSM PBF Format" homepage = "https://github.com/sameer/osm-pbf" readme = "README.md" keywords = [ "osm", "pbf", "protobuf", "map", "geojson", ] categories = [ "parser-implementations", "science::geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sameer/osm-pbf" resolver = "1" [dependencies.async-compression] version = "0.3" features = ["tokio"] [dependencies.async-stream] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.fnv] version = "1" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.kstring] version = "2" [dependencies.num-traits] version = "0.2" [dependencies.osm-types] version = "0.1.3" [dependencies.quick-protobuf] version = "0.8" [dependencies.rust_decimal] version = "1.29" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["io-util"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.pb-rs] version = "0.10" [features] default = ["zlib"] lzma = ["async-compression/lzma"] zlib = ["async-compression/zlib"] zstd = ["async-compression/zstd"]