relay-bp 0.2.1

A rust implementation of relay belief propagation for qLDPC codes
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 = "relay-bp"
version = "0.2.1"
authors = [
    "Thomas Alexander",
    "Tristan Müller",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust implementation of relay belief propagation for qLDPC codes"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/trmue/relay"

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

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

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

[dependencies.dyn-clone]
version = "1.0"

[dependencies.env_logger]
version = "0.11"
features = ["color"]
default-features = false

[dependencies.fixed]
version = "1.28"
features = ["num-traits"]

[dependencies.indicatif]
version = ">=0.17"
features = [
    "rayon",
    "rayon",
]

[dependencies.itertools]
version = "0.13"

[dependencies.log]
version = "0.4"
features = ["release_max_level_warn"]

[dependencies.ndarray]
version = ">= 0.15, < 0.17"
features = [
    "serde",
    "serde",
    "rayon",
]

[dependencies.ndarray-npy]
version = "0.9.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = ">=1.0"
features = [
    "derive",
    "derive",
]

[dependencies.sprs]
version = ">= 0.11"
features = ["serde"]

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

[dev-dependencies.ndarray-npy]
version = "0.9.1"

[lints.rust]