# 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" rust-version = "1.56.1" name = "arcode" version = "0.2.4" authors = ["Chris Burgess "] description = "An Arithmetic Coder (lossless entropy encoder)" homepage = "https://github.com/cgbur/arcode-rs" readme = "README.md" keywords = [ "arithmetic", "coding", "entropy", "compression", "lossless", ] categories = [ "compression", "algorithms", "encoding", ] license = "MIT" repository = "https://github.com/cgbur/arcode-rs" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.bitbit] version = "0.2.0" [dependencies.fenwick] version = "1.0.0" [dev-dependencies.byte-unit] version = "4.0.9" [dev-dependencies.criterion] version = "0.3"