# 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 = "reed-solomon-16" version = "0.1.0" include = ["/benches", "/src", "LICENSE", "README.md", "algorithm.md", "build.rs"] description = "Reed-Solomon GF(2^16) erasure coding with O(n log n) complexity" keywords = ["erasure", "reed-solomon"] categories = ["algorithms"] license = "MIT AND BSD-3-Clause" repository = "https://github.com/malaire/reed-solomon-16" resolver = "2" [lib] bench = false [[bench]] name = "benchmarks" harness = false [dependencies.bytemuck] version = "1.7.3" [dependencies.fixedbitset] version = "0.4.0" [dependencies.once_cell] version = "1.8.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.reed-solomon-erasure] version = "5.0.1" features = ["simd-accel"] [dev-dependencies.reed-solomon-novelpoly] version = "1.0.0" [dev-dependencies.sha2] version = "0.10.0" [build-dependencies.readme-rustdocifier] version = "0.1.0"