p3-lookup 0.5.0

LogUp: Logarithmic lookup arguments and multiset equality checks with multiplicities support.
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 = "2024"
name = "p3-lookup"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LogUp: Logarithmic lookup arguments and multiset equality checks with multiplicities support."
readme = false
keywords = [
    "cryptography",
    "SNARK",
    "PLONK",
    "FRI",
    "plonky3",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Plonky3/Plonky3"
resolver = "2"

[features]
default = []
parallel = ["p3-maybe-rayon/parallel"]

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

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

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.p3-air]
version = "0.5.0"

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

[dependencies.p3-matrix]
version = "0.5.0"

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

[dependencies.p3-uni-stark]
version = "0.5.0"

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

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

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

[dev-dependencies.rand]
version = "0.10.0"
default-features = false

[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"