sonobe-ivc 0.1.0-alpha.1

Traits and implementations of Incremental Verifiable Computation (IVC) for the Sonobe library, featuring generic folding-to-IVC compilers
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 = "sonobe-ivc"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits and implementations of Incremental Verifiable Computation (IVC) for the Sonobe library, featuring generic folding-to-IVC compilers"
readme = false
license = "MIT"
repository = "https://github.com/privacy-scaling-explorations/sonobe/"
resolver = "2"

[features]
default = []
parallel = ["sonobe-fs/parallel"]

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

[[example]]
name = "hash_chain"
path = "examples/hash_chain.rs"

[dependencies.ark-crypto-primitives]
version = "0.6.0"
features = [
    "constraints",
    "sponge",
    "crh",
]
default-features = false

[dependencies.ark-ec]
version = "0.6.0"
default-features = false

[dependencies.ark-ff]
version = "0.6.0"
features = ["asm"]
default-features = false

[dependencies.ark-r1cs-std]
version = "0.6.0"
default-features = false

[dependencies.ark-relations]
version = "0.6.0"
default-features = false

[dependencies.ark-serialize]
version = "0.6.0"
default-features = false

[dependencies.ark-std]
version = "0.6.0"
features = ["getrandom"]
default-features = false

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

[dependencies.sha3]
version = "0.10"

[dependencies.sonobe-fs]
version = "0.1.0-alpha.1"
default-features = false

[dependencies.sonobe-primitives]
version = "0.1.0-alpha.1"
default-features = false

[dependencies.thiserror]
version = "2.0.16"

[dev-dependencies.ark-bn254]
version = "0.6.0"
features = [
    "curve",
    "r1cs",
]
default-features = false

[dev-dependencies.ark-grumpkin]
version = "0.6.0"
features = ["r1cs"]
default-features = false

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"