cvlr-asserts 0.6.0

Asserts and assumes for post- and pre-conditions
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"
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"