sp1-jit 6.2.2

JIT compilation for SP1 trace generation
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 = "sp1-jit"
version = "6.2.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JIT compilation for SP1 trace generation"
readme = "README.md"
keywords = [
    "sp1",
    "succinct",
    "zero-knowledge",
    "zkvm",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/succinctlabs/sp1"

[features]
profiling = []

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

[dependencies.dynasmrt]
version = "3.2.0"

[dependencies.hashbrown]
version = "0.14.5"

[dependencies.libc]
version = "0.2"

[dependencies.memfd]
version = "0.6.4"

[dependencies.memmap2]
version = "0.9.8"

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "derive",
]

[dependencies.sp1-primitives]
version = "6.2.2"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]

[dev-dependencies.bincode]
version = "1.3.3"

[lints.clippy]
print_stdout = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(sp1_debug_constraints)",
    "cfg(sp1_debug_global_memory)",
    "cfg(sp1_core_runner_override)",
    "cfg(sp1_use_native_executor)",
    "cfg(sp1_use_portable_executor)",
    "cfg(sp1_native_executor_available)",
]