blvm-spec-lock 0.1.21

BLVM Spec Lock: Purpose-built formal verification tool for Bitcoin Commons
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.83"
name = "blvm-spec-lock"
version = "0.1.21"
authors = ["Bitcoin Commons Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BLVM Spec Lock: Purpose-built formal verification tool for Bitcoin Commons"
homepage = "https://btcdecoded.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/BTCDecoded/blvm-spec-lock"

[features]
default = ["z3"]
z3 = ["dep:z3"]

[lib]
name = "blvm_spec_lock"
path = "src/lib.rs"
proc-macro = true

[[bin]]
name = "cargo-spec-lock"
path = "src/bin/cargo-spec-lock.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.z3]
version = "0.12"
optional = true

[dev-dependencies.insta]
version = "1.43"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0