[package] name = "commonware-coding" edition.workspace = true publish = true version.workspace = true license.workspace = true description = "Encode data to enable recovery from a subset of fragments." readme = "README.md" homepage.workspace = true repository = "https://github.com/commonwarexyz/monorepo/tree/main/coding" documentation = "https://docs.rs/commonware-coding" [dependencies] commonware-codec = { workspace = true } commonware-cryptography = { workspace = true } commonware-storage = { workspace = true } bytes = { workspace = true } thiserror = { workspace = true } reed-solomon-simd = "3.0.1" [lib] bench = false [dev-dependencies] criterion = { workspace = true } rand = { workspace = true } [[bench]] name = "reed_solomon" harness = false path = "src/reed_solomon/benches/bench.rs"