cvlr-hook 0.6.1

Macro to inject code at a function call
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-hook"
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 = "Macro to inject code at a function call"
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"

[lib]
name = "cvlr_hook"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "derive",
]

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

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