cairo-air 1.2.2

AIR (Algebraic Intermediate Representation) definitions for Cairo programs
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 = "2021"
name = "cairo-air"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AIR (Algebraic Intermediate Representation) definitions for Cairo programs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/starkware-libs/stwo-cairo"

[features]
slow-tests = []

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

[dependencies.bincode]
version = "1.3"

[dependencies.bzip2]
version = "0.5.0"
features = ["libbz2-rs-sys"]
default-features = false

[dependencies.clap]
version = "4.3.10"
features = ["derive"]

[dependencies.itertools]
version = "0.12.0"

[dependencies.log]
version = "0.4.21"

[dependencies.num-traits]
version = "0.2.17"

[dependencies.paste]
version = "1.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.1"

[dependencies.starknet-curve]
version = "0.6.0"

[dependencies.starknet-ff]
version = "0.3.7"

[dependencies.starknet-types-core]
version = "=0.2.4"
features = [
    "hash",
    "prime-bigint",
    "serde",
    "curve",
    "num-traits",
]

[dependencies.stwo]
version = "2.2.0"

[dependencies.stwo-cairo-common]
version = "~1.2.2"

[dependencies.stwo-cairo-serialize]
version = "~1.2.2"

[dependencies.stwo-constraint-framework]
version = "2.2.0"

[dependencies.thiserror]
version = "2.0.12"
default-features = false

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.expect-test]
version = "1.4"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.8.1"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.sonic-rs]
version = "0.3.17"