[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.12"
[dependencies.syn]
features = ["full", "parsing", "printing"]
version = "2.0"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "rust_expect_macros"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
literal_string_with_formatting_args = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
option_if_let_else = "allow"
redundant_pub_crate = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Procedural macros for the rust-expect terminal automation library"
edition = "2024"
keywords = ["expect", "macro", "proc-macro", "terminal", "automation"]
license = "MIT OR Apache-2.0"
name = "rust-expect-macros"
readme = "README.md"
repository = "https://github.com/praxiomlabs/rust-expect"
rust-version = "1.88"
version = "0.1.0"