clay-codes 0.1.1

Clay (Coupled-Layer) erasure codes - MSR codes with optimal repair bandwidth
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 = "2021"
rust-version = "1.65"
name = "clay-codes"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clay (Coupled-Layer) erasure codes - MSR codes with optimal repair bandwidth"
homepage = "https://github.com/spool-labs/clay"
documentation = "https://docs.rs/clay-codes"
readme = "README.md"
keywords = [
    "erasure-codes",
    "msr",
    "repair",
    "distributed-storage",
    "reed-solomon",
]
categories = [
    "algorithms",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/spool-labs/clay"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[[bench]]
name = "clay_bench"
path = "benches/clay_bench.rs"
harness = false

[dependencies.reed-solomon-erasure]
version = "6.0"
features = ["simd-accel"]

[dev-dependencies.criterion]
version = "0.5"

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