lib-q-stark-commit 0.0.5

A framework for implementing various cryptographic commitment schemes, including non-hiding variants.
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"
rust-version = "1.96.0"
name = "lib-q-stark-commit"
version = "0.0.5"
authors = [
    "Enkom Tech",
    "Nexlab-One",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for implementing various cryptographic commitment schemes, including non-hiding variants."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Enkom-Tech/libQ"

[features]
alloc = []
default = ["alloc"]
no_std = []
std = ["alloc"]

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

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

[dependencies.lib-q-stark-field]
version = "0.0.5"

[dependencies.lib-q-stark-matrix]
version = "0.0.5"

[dependencies.lib-q-stark-util]
version = "0.0.5"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(hax)",
    "cfg(eurydice)",
    "cfg(doc_cfg)",
]