[badges.maintenance]
status = "passively-maintained"
[dependencies.crc]
version = "3.3.0"
[dependencies.sort-const]
version = "1.0.1"
[dev-dependencies.proptest]
version = "1.7.0"
[lib]
name = "crc_correction"
path = "src/lib.rs"
[package]
authors = ["Cameron Duff <cameron@m4c.ro>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "no-std::no-alloc"]
description = "CRC Correction"
documentation = "https://docs.rs/crc-correction"
edition = "2024"
exclude = ["tests/**", ".gitignore", "CHANGELOG.md"]
homepage = "https://github.com/m4c-ro/crc-correction"
keywords = ["crc", "error", "correction"]
license = "MIT OR Apache-2.0"
name = "crc-correction"
readme = "README.md"
repository = "https://github.com/m4c-ro/crc-correction"
rust-version = "1.85"
version = "1.0.1"