z3-src 415.4.2

Source distribution of the Z3 SMT solver, for use as a build dependency
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"
name = "z3-src"
version = "415.4.2"
build = false
exclude = [
    "z3/.bazelrc",
    "z3/BUILD.bazel",
    "z3/MODULE.bazel",
    "z3/build_z3.bat",
    "z3/configure",
    "z3/src/api/python",
    "z3/src/api/java",
    "z3/src/api/dotnet",
    "z3/src/api/go",
    "z3/src/api/julia",
    "z3/src/api/ml",
    "z3/src/api/js",
    "z3/examples",
    "z3/doc",
    "z3/docker",
    "z3/.github",
    "z3/contrib",
    "z3/codeql",
    "z3/a3",
    "z3/noarch",
    "z3/z3guide.jpeg",
    "z3/RELEASE_NOTES.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source distribution of the Z3 SMT solver, for use as a build dependency"
readme = false
keywords = [
    "SMT",
    "satisfiability",
    "solver",
    "build",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/prove-rs/z3.rs.git"

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

[dependencies.cmake]
version = "0.1.54"