starky 1.0.0

Implementation of STARKs
[dependencies.ahash]
default-features = false
features = ["compile-time-rng"]
version = "0.8.7"

[dependencies.anyhow]
default-features = false
version = "1.0.40"

[dependencies.hashbrown]
default-features = false
features = ["ahash", "serde"]
version = "0.14.3"

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

[dependencies.log]
default-features = false
version = "0.4.14"

[dependencies.num-bigint]
default-features = false
version = "0.4.3"

[dependencies.plonky2]
default-features = false
version = "1.0.0"

[dependencies.plonky2_maybe_rayon]
default-features = false
version = "1.0.0"

[dependencies.plonky2_util]
default-features = false
version = "1.0.0"

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

[dev-dependencies.env_logger]
default-features = false
version = "0.9.0"

[features]
default = ["parallel", "std", "timing"]
parallel = ["plonky2/parallel", "plonky2_maybe_rayon/parallel"]
std = ["anyhow/std", "plonky2/std"]
timing = ["plonky2/timing"]

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

[lints.clippy]
too_long_first_doc_paragraph = "allow"

[package]
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Implementation of STARKs"
edition = "2021"
homepage = "https://github.com/0xPolygonZero/plonky2"
keywords = ["cryptography", "SNARK", "PLONK", "FRI", "plonky2"]
license = "MIT OR Apache-2.0"
name = "starky"
readme = "README.md"
repository = "https://github.com/0xPolygonZero/plonky2"
version = "1.0.0"

[package.metadata.docs.rs]
cargo-args = ["--no-deps"]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]