pbf-craft 1.0.3

A Rust library for reading and writing OpenSteetMap PBF file format.
Documentation
# 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 = "pbf-craft"
version = "1.0.3"
authors = ["Lurker <cloverzero@gmail.com>"]
build = "build.rs"
exclude = ["resources"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading and writing OpenSteetMap PBF file format."
homepage = "https://github.com/cloverzero/pbf-craft"
readme = "README.md"
keywords = [
    "openstreetmap",
    "osm",
    "pbf",
    "protocolbuffer",
    "protobuf",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/cloverzero/pbf-craft"

[lib]
name = "pbf_craft"
path = "src/lib.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.byteorder]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.flate2]
version = "1.0"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.protobuf]
version = "2"

[dependencies.quick_cache]
version = "0.6"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1.0.142"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.83"

[dependencies.zstd]
version = "0.13"

[build-dependencies.protobuf-codegen-pure]
version = "2"