tycho-executor 0.3.6

TON-compatible transaction executor for the Tycho node.
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.88.0"
name = "tycho-executor"
version = "0.3.6"
authors = [
    "Rexagon <i.kalinin@dexpa.io>",
    "MrWad3r <s.eliseev@dexpa.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TON-compatible transaction executor for the Tycho node."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/broxus/tycho-vm"
resolver = "2"

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

[[bench]]
name = "validation"
path = "benches/validation.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tycho-types]
version = "0.3.4"
features = [
    "bigint",
    "models",
]
default-features = false

[dependencies.tycho-vm]
version = "0.3.6"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tycho-asm-macros]
version = "0.2.0"

[dev-dependencies.tycho-types]
version = "0.3.4"
features = [
    "bigint",
    "models",
    "base64",
]
default-features = false

[dev-dependencies.tycho-vm]
version = "0.3.6"
features = ["tracing"]