celox-runtime 0.4.1

Backend-independent Celox simulation runtime contracts
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.98.0"
name = "celox-runtime"
version = "0.4.1"
authors = ["tignear"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend-independent Celox simulation runtime contracts"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/celox-sim/celox"
resolver = "2"

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

[dependencies.bit-set]
version = "0.11"

[dependencies.celox-design]
version = "=0.4.1"

[dependencies.celox-state-layout]
version = "=0.4.1"

[dependencies.celox-testbench]
version = "=0.4.1"

[dependencies.chrono]
version = "0.4"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.num-bigint]
version = "0.5"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

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

[lints.clippy]
collapsible_if = "allow"
disallowed_macros = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

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

[lints.rust]
warnings = "deny"