blob: b68ab025d370b1d288a7853f06feb24562058cf2 [file] [edit]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
[package]
name = "zstd-sys"
version = "2.0.1+zstd.1.5.2"
authors = ["The Fuchsia Authors"]
[dependencies]
libc = "0.2.45"
[features]
default = ["legacy", "zdict_builder"]
debug = [] # Enable zstd debug logs
experimental = [] # Expose experimental ZSTD API
legacy = [] # Enable legacy ZSTD support (for versions < zstd-0.8)
non-cargo = [] # Silence cargo-specific build flags
std = [] # Use std types instead of libc in bindgen
zstdmt = [] # Enable multi-thread support (with pthread)
thin = [] # Optimize binary by size
no_asm = [] # Disable ASM files (only on amd64 for decompression)
zdict_builder = []