spongefish-circuit 0.4.1

Circuits for proving relations over spongefish transcripts
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 = "spongefish-circuit"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Circuits for proving relations over spongefish transcripts"
homepage = "https://github.com/arkworks-rs/spongefish"
documentation = "https://docs.rs/spongefish-circuit"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/arkworks-rs/spongefish"

[features]
default = ["p3-baby-bear"]
p3-baby-bear = [
    "dep:p3-baby-bear",
    "spongefish/p3-baby-bear",
]

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

[[test]]
name = "builder"
path = "tests/builder.rs"

[dependencies.p3-baby-bear]
version = "^0.5.1"
optional = true

[dependencies.p3-field]
version = "^0.5.1"

[dependencies.spin]
version = "0.9"
features = ["rwlock"]
default-features = false

[dependencies.spongefish]
version = "0.4.1"
features = ["derive"]

[dev-dependencies.p3-baby-bear]
version = "^0.5.1"

[dev-dependencies.spongefish]
version = "0.4.1"
features = ["p3-baby-bear"]

[lints.clippy]
cast_possible_truncation = "allow"
default_trait_access = "allow"
doc_lazy_continuation = "allow"
doc_markdown = "allow"
many_single_char_names = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
missing_safety_doc = "allow"
module_name_repetitions = "allow"
naive_bytecount = "allow"
should_panic_without_expect = "allow"
similar_names = "allow"
too_long_first_doc_paragraph = "allow"
tuple_array_conversions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1