ruzstd 0.7.2

A decoder for the zstd compression format
Documentation
[[bench]]
harness = false
name = "reversedbitreader_bench"
path = "benches/reversedbitreader_bench.rs"

[[bin]]
name = "zstd"
path = "src/bin/zstd.rs"
required-features = ["std"]

[[bin]]
name = "zstd_stream"
path = "src/bin/zstd_stream.rs"
required-features = ["std"]

[dependencies.alloc]
optional = true
package = "rustc-std-workspace-alloc"
version = "1.0.0"

[dependencies.compiler_builtins]
optional = true
version = "0.1.2"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[dependencies.twox-hash]
default-features = false
optional = true
version = "1.6"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[features]
default = ["hash", "std"]
hash = ["dep:twox-hash"]
rustc-dep-of-std = ["dep:compiler_builtins", "dep:core", "dep:alloc"]
std = []

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

[package]
authors = ["Moritz Borcherding <moritz.borcherding@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compression"]
description = "A decoder for the zstd compression format"
edition = "2018"
exclude = ["decodecorpus_files/*", "dict_tests/*", "fuzz_decodecorpus/*"]
homepage = "https://github.com/KillingSpark/zstd-rs"
keywords = ["zstd", "zstandard", "decompression"]
license = "MIT"
name = "ruzstd"
readme = "Readme.md"
repository = "https://github.com/KillingSpark/zstd-rs"
version = "0.7.2"