libcprover_rust 6.9.0

Rust API for CBMC and assorted CProver tools
# 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"
name = "libcprover_rust"
version = "6.9.0"
build = "build.rs"
exclude = [
    "module_dependencies.txt",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust API for CBMC and assorted CProver tools"
documentation = "https://diffblue.github.io/cbmc/"
readme = "readme.md"
license = "BSD-4-Clause"
repository = "https://github.com/diffblue/cbmc"

[lib]
name = "libcprover_rust"
crate-type = ["rlib"]
path = "src/lib.rs"
doctest = false

[dependencies.cxx]
version = "1.0"
features = [
    "std",
    "c++17",
]
default-features = false

[build-dependencies.cxx-build]
version = "1.0"