bamts-verification 0.1.0

Verification and compliance test suite for BamTS
# 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.97.1"
name = "bamts-verification"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Verification and compliance test suite for BamTS"
readme = false
license = "MIT"
repository = "https://github.com/metaphorics/bamTiScript"

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

[[bin]]
name = "bamts-verification"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "=1.0.104"

[dependencies.bamts-bytecode]
version = "0.1.0"

[dependencies.bamts-cli]
version = "0.1.0"

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

[dependencies.bamts-compiler]
version = "0.1.0"

[dependencies.bamts-native]
version = "0.1.0"

[dependencies.bamts-node]
version = "0.1.0"

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

[dependencies.quint-connect]
version = "=0.1.2"

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

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.sha2]
version = "=0.10.9"

[dependencies.toml]
version = "=0.9.12"

[lints.rust]
unsafe_code = "forbid"