[package] name = "simple-arithmetic-coding" authors = ["Arttu Mykkänen"] description = "Arithmetic coding, directly derived from the well-known CACM87 C-language implementation." rust-version = "1.79" version = "0.1.1" edition = "2021" license = "MIT" keywords = ["entropy", "coding", "arithmetic", "CACM87", "lossless"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2"