Skip to content

Commit

Permalink
extract zst as a feature (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Astrakhan <[email protected]>
  • Loading branch information
RobWalt and nyurik authored May 2, 2024
1 parent 2b2b14f commit 1f1b92a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mmap-async-tokio = ["__async", "dep:fmmap", "fmmap?/tokio-async"]
s3-async-native = ["__async-s3", "__async-s3-nativetls"]
s3-async-rustls = ["__async-s3", "__async-s3-rustls"]
tilejson = ["dep:tilejson", "dep:serde", "dep:serde_json"]
zstd = [ "async-compression/zstd" ]

# Forward some of the common features to reqwest dependency
reqwest-default = ["reqwest?/default"]
Expand All @@ -33,7 +34,7 @@ __async-s3-rustls = ["rust-s3?/tokio-rustls-tls"]

[dependencies]
# TODO: determine how we want to handle compression in async & sync environments
async-compression = { version = "0.4", features = ["gzip", "zstd", "brotli"] }
async-compression = { version = "0.4", features = ["gzip", "brotli"] }
bytes = "1"
fmmap = { version = "0.3", default-features = false, optional = true }
hilbert_2d = "1"
Expand Down

0 comments on commit 1f1b92a

Please sign in to comment.