[dependencies.thiserror]
version = "2.0.17"
[lib]
name = "arithmetic_coding_core"
path = "src/lib.rs"
[lints.clippy]
all = "deny"
cargo = "deny"
nursery = "warn"
pedantic = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "encoding", "parsing"]
description = "core traits for the 'arithmetic-coding' crate"
edition = "2024"
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
license = "MIT"
name = "arithmetic-coding-core"
readme = "README.md"
repository = "https://github.com/danieleades/arithmetic-coding"
rust-version = "1.85.0"
version = "0.4.2"