[package]
edition = "2021"
name = "cvlr-asserts"
version = "0.6.0"
authors = [
"Arie Gurfinkel <arie@certora.com>",
"Jorge A. Navas <jorge@certora.com>",
"Francesco Parolini <francesco@certora.com>",
"Chandrakana Nandi <chandra@certora.com>",
"Alexander Bakst <abakst@certora.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asserts and assumes for post- and pre-conditions"
homepage = "https://www.certora.com"
documentation = "https://docs.rs/cvlr/latest"
readme = "README.md"
keywords = [
"certora",
"assert",
"logic",
"verification",
"formal-methods",
]
categories = [
"development-tools::debugging",
"development-tools::testing",
"no-std",
]
license = "MIT"
repository = "https://github.com/Certora/cvlr"
[features]
no-loc = []
rt = []
vacuity = []
[lib]
name = "cvlr_asserts"
path = "src/lib.rs"
[[test]]
name = "test_asserts"
path = "tests/test_asserts.rs"
[dependencies]
[dev-dependencies.macrotest]
version = "1"