viewpoint-test-macros 0.2.4

Procedural macros for Viewpoint test framework
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "full", "parsing"]
version = "2.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.47"

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

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

[lints.clippy]
assigning_clones = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
format_push_string = "allow"
items_after_statements = "allow"
large_enum_variant = "allow"
manual_let_else = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
unused_async = "allow"
unused_self = "allow"
wildcard_in_or_patterns = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "allow"
unsafe_code = "forbid"

[package]
authors = ["Stephen Stubbs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "web-programming"]
description = "Procedural macros for Viewpoint test framework"
documentation = "https://docs.rs/viewpoint-test-macros"
edition = "2024"
homepage = "https://github.com/stephenstubbs/viewpoint"
keywords = ["browser", "automation", "testing", "playwright", "chromium"]
license = "MIT"
name = "viewpoint-test-macros"
readme = "README.md"
repository = "https://github.com/stephenstubbs/viewpoint"
resolver = "2"
rust-version = "1.85"
version = "0.2.4"

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