zdc-bench 0.1.0

Counts the js-framework-benchmark workload against the emitted runtime, and fails the build when the numbers regress.
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 = "2021"
rust-version = "1.89"
name = "zdc-bench"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Counts the js-framework-benchmark workload against the emitted runtime, and fails the build when the numbers regress."
homepage = "https://zdeceptron.marksturman.com"
readme = false
license = "MIT"
repository = "https://github.com/DrDrewCain/zdeceptron"

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

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

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

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

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

[dependencies.boa_engine]
version = "0.21"

[dependencies.zdc-codegen]
version = "0.1.0"

[dependencies.zdc-graph]
version = "0.1.0"

[dependencies.zdc-parser]
version = "0.1.0"

[dependencies.zdc-resolve]
version = "0.1.0"

[dependencies.zdc-runtime]
version = "0.1.0"

[dependencies.zdc-types]
version = "0.1.0"

[dev-dependencies]