# 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 = "code-rs" version = "1.0.1" authors = ["Mick Koch "] description = "Implementation of multiple coding schemes" homepage = "https://github.com/vihu/code-rs" readme = "README.md" keywords = ["code", "reed-solomon", "bch", "golay"] categories = ["encoding", "decoding", "code"] license = "MIT" repository = "https://github.com/vihu/code-rs" resolver = "2" [dependencies.binfield_matrix] version = "0.2.0" [dependencies.cai_cyclic] version = "0.1.2" [dependencies.cai_golay] version = "0.1.1" [dependencies.collect_slice] version = "1.2.0" [dependencies.num-traits] version = "0.2.0"