jerasure-rs 0.4.5

Rust bindings to the `jerasure` and `gf-complete` library
Documentation
# 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 = "2024"
name = "jerasure-rs"
version = "0.4.5"
authors = ["Lokyin ZHAO <lokyinzhao.work@icloud.com>"]
build = false
exclude = [
    ".github/*",
    "var/*",
    ".cz.toml",
    ".gitignore",
    ".pre-commit-config.yaml",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to the `jerasure` and `gf-complete` library"
readme = "README.md"
keywords = [
    "jerasure",
    "gf-complete",
    "bindings",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/LokyinZHAO/jerasure-rs"

[lib]
name = "jerasure_rs"
path = "src/lib.rs"

[[test]]
name = "erasure"
path = "tests/erasure.rs"

[[test]]
name = "galois"
path = "tests/galois.rs"

[dependencies.iter_tools]
version = "0.29.0"

[dependencies.jerasure-sys]
version = "1.0.2"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.rand]
version = "0.9.1"