# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cabac" version = "0.12.0" build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Context-adaptive binary arithmetic coding library" readme = "README.md" keywords = [ "cabac", "arithmetic-coding", "lossless", "compression", ] categories = [ "compression", "multimedia::encoding", ] license = "LGPL-3.0-or-later" repository = "https://github.com/mcroomp/cabac" [profile.release] debug = 2 [lib] name = "cabac" path = "src/lib.rs" [[bin]] name = "cabac" path = "src/main.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.bytemuck] version = "1.11" [dependencies.byteorder] version = "1.4" [dependencies.wide] version = "0.7" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [features] default = [] simd = ["dep:wide"]