cvlr-spec 0.6.1

Specification and Logic primitives for CVLR
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-spec"
version = "0.6.1"
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 = "Specification and Logic primitives for CVLR"
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]
rt = [
    "cvlr-mathint/rt",
    "cvlr-nondet/rt",
    "cvlr-asserts/rt",
    "cvlr-log/rt",
]

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

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

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

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

[dependencies.cvlr-asserts]
version = "=0.6.1"

[dependencies.cvlr-log]
version = "=0.6.1"

[dependencies.cvlr-macros]
version = "=0.6.1"

[dependencies.cvlr-mathint]
version = "=0.6.1"

[dependencies.cvlr-nondet]
version = "=0.6.1"
default-features = false

[dev-dependencies.macrotest]
version = "1"