# 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 = "rs2d" version = "0.1.0" authors = [ "Anoushk Kharangate ", "Harsh Patel ", ] description = "A crate for encoding and decoding data in a 2D Reed-Solomon matrix." readme = "README.md" keywords = [ "reed-solomon", "2d", "erasure", "encoding", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/anoushk1234/rs2d" [[bench]] name = "rs2d_bench" harness = false [dependencies.reed-solomon-erasure] version = "3.1" features = ["pure-rust"] [dependencies.solana-merkle-tree] version = "1.15.2" [dev-dependencies.glassbench] version = "0.3.4" [dev-dependencies.rand] version = "0.8.5"