supercov-engine 0.0.53

Rust instrumentation, evidence, attribution, and query engine for Supercov
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.95"
name = "supercov-engine"
version = "0.0.53"
build = "build.rs"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust instrumentation, evidence, attribution, and query engine for Supercov"
readme = "README.md"
keywords = [
    "coverage",
    "testing",
    "mcdc",
    "instrumentation",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/supercorp-ai/supercov"

[features]
default = []
oracle-harnesses = []

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ar_archive_writer]
version = "0.5.3"

[dependencies.base64]
version = "0.22"

[dependencies.cargo-config2]
version = "0.1.45"

[dependencies.cargo-platform]
version = "0.3.3"

[dependencies.flate2]
version = "1.1"
features = ["rust_backend"]
default-features = false

[dependencies.getrandom]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9.11"

[dependencies.nextest-metadata]
version = "0.15.0"

[dependencies.object]
version = "0.39.1"
features = [
    "std",
    "read",
]
default-features = false

[dependencies.oxc_allocator]
version = "0.133.0"

[dependencies.oxc_ast]
version = "0.133.0"

[dependencies.oxc_ast_visit]
version = "0.133.0"

[dependencies.oxc_codegen]
version = "0.133.0"
features = ["sourcemap"]
default-features = false

[dependencies.oxc_parser]
version = "0.133.0"

[dependencies.oxc_semantic]
version = "0.133.0"

[dependencies.oxc_sourcemap]
version = "6.1.1"

[dependencies.oxc_span]
version = "0.133.0"

[dependencies.oxc_syntax]
version = "0.133.0"

[dependencies.oxc_traverse]
version = "0.133.0"

[dependencies.ra_ap_syntax]
version = "=0.0.349"

[dependencies.reflink-copy]
version = "0.1.30"

[dependencies.ruby-prism]
version = "=1.9.0"

[dependencies.ruff_python_ast]
version = "=0.0.10"

[dependencies.ruff_python_parser]
version = "=0.0.10"

[dependencies.ruff_text_size]
version = "=0.0.10"

[dependencies.schemars]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0"
features = [
    "preserve_order",
    "float_roundtrip",
]

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.sha2]
version = "0.10"

[dependencies.supercov-contracts]
version = "=0.0.53"

[dependencies.sysinfo]
version = "0.38.4"
features = ["system"]
default-features = false

[dependencies.toml]
version = "1.1.4"

[dependencies.toml_edit]
version = "0.24.0"
features = ["serde"]

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-go]
version = "0.25.0"

[dependencies.tree-sitter-java]
version = "0.23.5"

[dependencies.tree-sitter-kotlin-ng]
version = "1.1.0"

[dependencies.which]
version = "8.0.6"

[build-dependencies.sha2]
version = "0.10"

[target."cfg(windows)".dependencies.junction]
version = "2.0.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Console",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]