slop-tensor 6.0.1

N-dimensional tensor operations for polynomial proof systems
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 = "slop-tensor"
version = "6.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "N-dimensional tensor operations for polynomial proof systems"
readme = "README.md"
keywords = [
    "sp1",
    "succinct",
    "zero-knowledge",
    "zkvm",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/succinctlabs/sp1"

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.derive-where]
version = "1.5.0"
features = ["serde"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.204"
features = ["derive"]

[dependencies.slop-algebra]
version = "6.0.1"

[dependencies.slop-alloc]
version = "6.0.1"

[dependencies.slop-futures]
version = "6.0.1"

[dependencies.slop-matrix]
version = "6.0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.transpose]
version = "0.2.3"

[lints.clippy]
print_stdout = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(sp1_debug_constraints)",
    "cfg(sp1_debug_global_memory)",
]