provekit_noirc_artifacts 1.0.0-beta.20-alpha.1

Definitions of Nargo's build artifacts
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"
rust-version = "1.89.0"
name = "provekit_noirc_artifacts"
version = "1.0.0-beta.20-alpha.1"
authors = ["The Noir Team <team@noir-lang.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Definitions of Nargo's build artifacts"
readme = false
license = "MIT OR Apache-2.0"
resolver = "2"

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

[dependencies.acir]
version = "=1.0.0-beta.20-alpha.1"
default-features = false
package = "provekit_acir"

[dependencies.acvm]
version = "=1.0.0-beta.20-alpha.1"
package = "provekit_acvm"

[dependencies.base64]
version = "^0.22.1"

[dependencies.codespan-reporting]
version = "0.11.1"

[dependencies.flate2]
version = "1.0.24"

[dependencies.fm]
version = "=1.0.0-beta.20-alpha.1"
package = "provekit_fm"

[dependencies.noirc_abi]
version = "=1.0.0-beta.20-alpha.1"
package = "provekit_noirc_abi"

[dependencies.noirc_errors]
version = "=1.0.0-beta.20-alpha.1"
package = "provekit_noirc_errors"

[dependencies.noirc_printable_type]
version = "=1.0.0-beta.20-alpha.1"
package = "provekit_noirc_printable_type"

[dependencies.serde]
version = "1.0.136"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.40"

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

[lints.clippy]
cast_lossless = "warn"
clone_on_copy = "warn"
cloned_instead_of_copied = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
flat_map_option = "warn"
implicit_clone = "warn"
manual_is_variant_and = "warn"
manual_let_else = "warn"
map_unwrap_or = "warn"
match_wildcard_for_single_variants = "warn"
needless_borrows_for_generic_args = "warn"
needless_pass_by_ref_mut = "warn"
non_std_lazy_statics = "warn"
redundant_clone = "warn"
redundant_field_names = "warn"
result_large_err = "allow"
return_and_then = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
unnecessary_debug_formatting = "warn"
unnecessary_semicolon = "warn"
unnecessary_to_owned = "warn"
unnecessary_unwrap = "warn"

[lints.rust]
mismatched_lifetime_syntaxes = "allow"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_import_braces = "warn"
unused_must_use = "warn"
unused_qualifications = "warn"