tasm-lib 3.0.0

Code snippets for Triton VM assembly with tests and statistics.
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"
name = "tasm-lib"
version = "3.0.0"
authors = ["Triton Software AG"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Code snippets for Triton VM assembly with tests and statistics.
"""
homepage = "https://triton-vm.org/"
documentation = "https://docs.rs/tasm-lib/"
readme = "README.md"
keywords = [
    "Triton-VM",
    "zero-knowledge",
    "STARK",
    "virtual-machine",
    "recursive",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/TritonVM/tasm-lib"
resolver = "2"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-O4",
    "--enable-bulk-memory",
]

[lib]
name = "tasm_lib"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arbitrary]
version = "1"
features = ["derive"]

[dependencies.const_format]
version = "0.2"

[dependencies.hex]
version = "^0.4.3"

[dependencies.itertools]
version = "0.14"

[dependencies.ndarray]
version = "0.17"

[dependencies.num]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tasm-object-derive]
version = "3.0.0"

[dependencies.triton-vm]
version = "3.0.0"
default-features = false

[dependencies.web-time]
version = "1.1"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.macro_rules_attr]
version = "0.1.3"

[dev-dependencies.proptest]
version = "1.11"
features = ["std"]
default-features = false

[dev-dependencies.proptest-arbitrary-adapter]
version = "0.1"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.test-strategy]
version = "0.4.5"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.42"

[lints.rust]