# 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 = "arithmetify" version = "0.1.3" authors = ["Mahdi Khodabandeh <20.mahdikh.0@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple implementation of arithmetic coding" readme = "README.md" keywords = [ "arithmetic-coding", "compression", "data-compression", "entropy-coding", "library", ] categories = [ "algorithms", "compression", ] license = "MIT" repository = "https://github.com/khoda81/arithmetify" [lib] name = "arithmetify" path = "src/lib.rs" [[bench]] name = "bench_arith32" path = "benches/bench_arith32.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"