sui-eval 0.1.192

Clean-room Nix language evaluator — lazy tree-walker + bytecode VM with construction-guaranteed Lazy<T>
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-eval"
version = "0.1.192"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clean-room Nix language evaluator — lazy tree-walker + bytecode VM with construction-guaranteed Lazy<T>"
readme = false
keywords = [
    "nix",
    "evaluator",
    "lazy",
    "tree-walker",
    "vm",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/pleme-io/sui"

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

[[example]]
name = "flamegraph_workload"
path = "examples/flamegraph_workload.rs"

[[example]]
name = "r2_workload"
path = "examples/r2_workload.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.data-encoding]
version = "2"

[dependencies.flate2]
version = "1"

[dependencies.gix]
version = "0.83"
features = [
    "sha1",
    "blocking-network-client",
    "blocking-http-transport-reqwest-rust-tls",
    "worktree-mutation",
    "revision",
    "tree-editor",
]
default-features = false

[dependencies.im-rc]
version = "15"

[dependencies.libc]
version = "0.2"

[dependencies.md-5]
version = "0.10"

[dependencies.okiba]
version = "0.3"

[dependencies.redb]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.rnix]
version = "0.14"

[dependencies.rowan]
version = "0.16"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.smallvec]
version = "1"
features = ["union"]

[dependencies.smol_str]
version = "0.3"

[dependencies.stacker]
version = "0.1"

[dependencies.sui-bytecode]
version = "0.1.192"

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

[dependencies.sui-graph-store]
version = "0.1.192"

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

[dependencies.sui-resolve]
version = "0.1.192"

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

[dependencies.sui-store]
version = "0.1.192"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"

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

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

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

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

[dev-dependencies.rand_chacha]
version = "0.3"

[dev-dependencies.tatara-lisp]
version = "0.3.3"

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

[dev-dependencies.test-case]
version = "3"

[lints.clippy]
pedantic = "warn"