synth-verify 0.6.0

Z3 SMT translation validation for the Synth compiler
# 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"
name = "synth-verify"
version = "0.6.0"
authors = ["PulseEngine Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Z3 SMT translation validation for the Synth compiler"
homepage = "https://github.com/pulseengine/synth"
readme = "README.md"
keywords = [
    "webassembly",
    "arm",
    "cortex-m",
    "compiler",
    "embedded",
]
categories = [
    "compilers",
    "embedded",
    "wasm",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/pulseengine/synth"
resolver = "2"

[features]
arm = ["synth-synthesis"]
default = [
    "z3-solver",
    "arm",
]
z3-solver = ["z3"]

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

[[example]]
name = "verification_report"
path = "examples/verification_report.rs"
required-features = [
    "z3-solver",
    "arm",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.proptest]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.synth-cfg]
version = "0.6.0"

[dependencies.synth-core]
version = "0.6.0"

[dependencies.synth-opt]
version = "0.6.0"

[dependencies.synth-synthesis]
version = "0.6.0"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.z3]
version = "0.19"
features = ["static-link-z3"]
optional = true

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