# 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 = "rsmt2d-rs" version = "0.0.2" authors = ["Abdelhamid Bakhta <@abdelhamidbakhta>"] description = "Rust implementation of two dimensional Reed-Solomon merkle tree data availability scheme." homepage = "https://github.com/keep-starknet-strange/rsmt2d-rs" readme = "./README.md" license = "MIT" repository = "https://github.com/keep-starknet-strange/rsmt2d-rs" [dependencies.eyre] version = "0.6.8" [dependencies.reed-solomon-erasure] version = "6.0.0"