viewpoint-core 0.1.0

High-level browser automation API for Viewpoint
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["sync", "time", "macros", "rt-multi-thread"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.viewpoint-cdp]
version = "0.1.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[[example]]
name = "basic_navigation"
path = "examples/basic_navigation.rs"

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

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

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

[lints.rust]
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 = "High-level browser automation API for Viewpoint"
documentation = "https://docs.rs/viewpoint-core"
edition = "2021"
homepage = "https://github.com/stephenstubbs/viewpoint"
keywords = ["browser", "automation", "testing", "playwright", "chromium"]
license = "MIT"
name = "viewpoint-core"
readme = "README.md"
repository = "https://github.com/stephenstubbs/viewpoint"
rust-version = "1.70"
version = "0.1.0"

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