sui-bytecode 0.1.218

Bytecode compiler and VM for the sui Rust-native Nix evaluator
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 = "sui-bytecode"
version = "0.1.218"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bytecode compiler and VM for the sui Rust-native Nix evaluator"
readme = false
keywords = [
    "nix",
    "bytecode",
    "vm",
    "compiler",
    "evaluator",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/pleme-io/sui"

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

[[test]]
name = "fallback_counter_completeness"
path = "tests/fallback_counter_completeness.rs"

[[test]]
name = "lang_corpus_vm"
path = "tests/lang_corpus_vm.rs"

[[test]]
name = "parity"
path = "tests/parity.rs"

[[test]]
name = "vm_bridge_parity"
path = "tests/vm_bridge_parity.rs"

[[test]]
name = "vm_vs_treewalker_derivation"
path = "tests/vm_vs_treewalker_derivation.rs"

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

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

[dependencies.rnix]
version = "0.14"

[dependencies.rowan]
version = "0.16"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sui-compat]
version = "0.1.218"

[dependencies.sui-intern]
version = "0.1.218"

[dependencies.sui-normalize]
version = "0.1.218"

[dependencies.sui-spec]
version = "0.1.218"

[dependencies.thiserror]
version = "2"

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

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

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

[lints.clippy]
pedantic = "warn"