viewpoint-js-core 0.2.4

Core types for viewpoint-js macro
Documentation
[dependencies.serde_json]
optional = true
version = "1.0"

[features]
default = []
json = ["serde_json"]

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

[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 = "Core types for viewpoint-js macro"
documentation = "https://docs.rs/viewpoint-js-core"
edition = "2024"
homepage = "https://github.com/stephenstubbs/viewpoint"
keywords = ["browser", "automation", "testing", "playwright", "chromium"]
license = "MIT"
name = "viewpoint-js-core"
readme = false
repository = "https://github.com/stephenstubbs/viewpoint"
resolver = "2"
rust-version = "1.85"
version = "0.2.4"

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