[[bin]]
doc = false
name = "divans"
[build-dependencies.vergen]
version = "0.1"
[dependencies.alloc-no-stdlib]
version = "~1.3"
[dependencies.brotli]
version = "~2.5"
[features]
avoid-divide = []
avx2 = []
benchmark = ["brotli/benchmark"]
billing = []
blend = []
debug_entropy = []
external-literal-probability = ["brotli/external-literal-probability"]
findspeed = []
no-inline = []
no-stdlib = ["alloc-no-stdlib/no-stdlib", "brotli/no-stdlib"]
no-stdlib-rust-binding = []
portable-simd = []
safe = []
simd = []
threadlog = []
uncached_frequentist = []
[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
[package]
authors = ["Daniel Reiter Horn <danielrh@dropbox.com>", "Jongmin Baek <jongmin@dropbox.com>", "Anatoly Yakovenko <anatoly@dropbox.com>"]
autobins = false
build = "build.rs"
description = "DivANS is a new way of structuring compression programs to make them more open to innovation in the wider community, by separating compression into multiple stages that can each be improved independently"
documentation = "https://blogs.dropbox.com/tech/2018/06/building-better-compression-together-with-divans/"
keywords = ["brotli", "decompression", "lz77", "huffman", "nostd"]
license = "Apache-2.0"
name = "divans"
readme = "README.md"
version = "0.0.1"