# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "isa-l-erasure-coder" version = "0.1.0" authors = ["Kevin Schibli "] description = "High level methods for encoding and decoding data using Reed-Solomon erasure codes. Uses the optimized\nassembly functions of the Intel(R) Intelligent Storage Acceleration Library.\n" keywords = ["reed", "solomon", "ecc", "error", "correction"] categories = ["hardware-support"] license = "BSD-3-Clause" repository = "https://gitlab.com/kschibli/isa-l-erasure-coder" [dependencies.isa-l] version = "0.2" [dev-dependencies.rand] version = "0.7" default-features = false [dev-dependencies.rand_pcg] version = "0.2" default-features = false