p3-matrix 0.4.2

A matrix library providing common matrix operations and traits for finite field elements.
Documentation
[[bench]]
harness = false
name = "columnwise_dot_product"
path = "benches/columnwise_dot_product.rs"

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

[dependencies.itertools]
default-features = false
features = ["use_alloc"]
version = "0.14.0"

[dependencies.p3-field]
version = "0.4.2"

[dependencies.p3-maybe-rayon]
version = "0.4.2"

[dependencies.p3-util]
version = "0.4.2"

[dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.9.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.tracing]
default-features = false
features = ["attributes"]
version = "0.1.37"

[dependencies.transpose]
version = "0.2.3"

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

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

[lints.clippy]
cognitive_complexity = "allow"
match_bool = "warn"
needless_pass_by_value = "warn"
redundant_pub_crate = "allow"
semicolon_if_nothing_returned = "warn"
too_long_first_doc_paragraph = "allow"
transmute_undefined_repr = "allow"
tuple_array_conversions = "allow"
unused_peekable = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.rust]
rust_2024_incompatible_pat = "warn"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
all = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "A matrix library providing common matrix operations and traits for finite field elements."
edition = "2024"
homepage = "https://github.com/Plonky3/Plonky3"
keywords = ["cryptography", "SNARK", "PLONK", "FRI", "plonky3"]
license = "MIT OR Apache-2.0"
name = "p3-matrix"
readme = false
repository = "https://github.com/Plonky3/Plonky3"
resolver = "2"
version = "0.4.2"