clay-codes 0.2.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"
name = "clay-codes"
version = "0.2.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"

[features]
avx2 = ["tape-reed-solomon/avx2"]
avx512 = ["tape-reed-solomon/avx512"]
gfni = ["tape-reed-solomon/gfni"]
neon = ["tape-reed-solomon/neon"]
scalar = ["tape-reed-solomon/scalar"]
ssse3 = ["tape-reed-solomon/ssse3"]

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

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

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

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

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

[dependencies.tape-reed-solomon]
version = "0.2"
default-features = false

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

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