gix-features 0.38.2

A crate to integrate various capabilities using compile-time feature flags
Documentation
[dependencies.bytes]
optional = true
version = "1.0.0"

[dependencies.bytesize]
optional = true
version = "1.0.1"

[dependencies.crc32fast]
optional = true
version = "1.2.1"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.0"

[dependencies.document-features]
optional = true
version = "0.2.0"

[dependencies.flate2]
default-features = false
optional = true
version = "1.0.25"

[dependencies.gix-hash]
version = "^0.14.2"

[dependencies.gix-trace]
version = "^0.1.8"

[dependencies.gix-utils]
optional = true
version = "^0.1.11"

[dependencies.jwalk]
optional = true
version = "0.8.1"

[dependencies.once_cell]
optional = true
version = "1.13.0"

[dependencies.parking_lot]
default-features = false
optional = true
version = "0.12.0"

[dependencies.prodash]
default-features = false
optional = true
version = "28.0.0"

[dependencies.sha1]
optional = true
version = "0.10.0"

[dependencies.sha1_smol]
optional = true
version = "1.0.0"

[dependencies.thiserror]
optional = true
version = "1.0.38"

[dependencies.walkdir]
optional = true
version = "2.3.2"
[dev-dependencies.bstr]
default-features = false
version = "1.3.0"

[features]
cache-efficiency-debug = []
crc32 = ["dep:crc32fast"]
default = []
fast-sha1 = ["dep:sha1"]
fs-read-dir = ["dep:gix-utils"]
fs-walkdir-parallel = ["dep:jwalk", "dep:gix-utils"]
io-pipe = ["dep:bytes"]
once_cell = ["dep:once_cell"]
parallel = ["dep:crossbeam-channel", "dep:parking_lot"]
progress = ["prodash"]
progress-unit-bytes = ["dep:bytesize", "prodash?/unit-bytes"]
progress-unit-human-numbers = ["prodash?/unit-human"]
rustsha1 = ["dep:sha1_smol"]
tracing = ["gix-trace/tracing"]
tracing-detail = ["gix-trace/tracing-detail"]
walkdir = ["dep:walkdir", "dep:gix-utils"]
zlib = ["dep:flate2", "flate2?/rust_backend", "dep:thiserror"]
zlib-ng = ["zlib", "flate2?/zlib-ng"]
zlib-ng-compat = ["zlib", "flate2?/zlib-ng-compat"]
zlib-rust-backend = ["zlib", "flate2?/rust_backend"]
zlib-stock = ["zlib", "flate2?/zlib"]

[lib]
doctest = false
name = "gix_features"
path = "src/lib.rs"
test = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate to integrate various capabilities using compile-time feature flags"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-features"
readme = false
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.38.2"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
[target."cfg(all(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"), not(target_os = \"windows\")))".dependencies.sha1]
features = ["asm"]
optional = true
version = "0.10.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.119"