[package]
edition = "2024"
rust-version = "1.94.1"
name = "lib-q-stark-commit"
version = "0.0.4"
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.4"
[dependencies.lib-q-stark-matrix]
version = "0.0.4"
[dependencies.lib-q-stark-util]
version = "0.0.4"
[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)",
]