pmtiles2 0.3.2

A low level implementation of the PMTiles format based on the standard Read and Write (or AsyncRead and AsyncWrite) traits.
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 = "pmtiles2"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low level implementation of the PMTiles format based on the standard Read and Write (or AsyncRead and AsyncWrite) traits."
documentation = "https://docs.rs/pmtiles2"
readme = "README.md"
keywords = [
    "pmtiles",
    "format",
    "pmtile",
    "encoding",
    "decoding",
]
categories = [
    "encoding",
    "parser-implementations",
    "parsing",
]
license = "MIT"
repository = "https://github.com/arma-place/pmtiles-rs/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = [
    "dep:futures",
    "dep:async-compression",
    "dep:async-recursion",
    "integer-encoding/futures_async",
]
serde = ["dep:serde"]

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

[dependencies.ahash]
version = "0.8.2"
features = [
    "std",
    "no-rng",
]
default-features = false

[dependencies.async-compression]
version = "0.4.8"
features = [
    "futures-io",
    "gzip",
    "brotli",
]
optional = true

[dependencies.async-recursion]
version = "1.0.4"
optional = true

[dependencies.brotli]
version = "7.0"

[dependencies.deku]
version = "0.15"

[dependencies.duplicate]
version = "1.0.0"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3.25"
optional = true

[dependencies.hilbert_2d]
version = "1"

[dependencies.integer-encoding]
version = "3.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.temp-dir]
version = "0.1"

[dev-dependencies.tokio]
version = "1.44.2"
features = ["fs"]

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tokio-util]
version = "0.7.14"
features = ["compat"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.async-compression]
version = "0.4.8"
features = ["zstd"]
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.zstd]
version = "0.13.3"
default-features = false