# 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.1" 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", ] [dependencies.ahash] version = "0.8.2" features = [ "std", "no-rng", ] default-features = false [dependencies.async-compression] version = "0.4.8" features = [ "futures-io", "zstd", "gzip", "brotli", ] optional = true [dependencies.async-recursion] version = "1.0.4" optional = true [dependencies.brotli] version = "3.3" [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" [dependencies.zstd] version = "0.11" default-features = false [dev-dependencies.temp-dir] version = "0.1" [dev-dependencies.tokio] version = "1.27.0" features = ["fs"] [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tokio-util] version = "0.7.7" features = ["compat"] [features] async = [ "dep:futures", "dep:async-compression", "dep:async-recursion", "integer-encoding/futures_async", ] serde = ["dep:serde"]