# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "divans" version = "0.0.1" authors = ["Daniel Reiter Horn ", "Jongmin Baek ", "Anatoly Yakovenko "] build = "build.rs" autobins = false 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/" readme = "README.md" keywords = ["brotli", "decompression", "lz77", "huffman", "nostd"] license = "Apache-2.0" [lib] crate-type = ["cdylib", "rlib", "staticlib"] [[bin]] name = "divans" doc = false [dependencies.alloc-no-stdlib] version = "~1.3" [dependencies.brotli] version = "~2.5" [build-dependencies.vergen] version = "0.1" [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 = []