allwright-core 0.0.21

Lightweight allwright engine core with shared client and transport APIs.
Documentation
[package]
name = "allwright-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lightweight allwright engine core with shared client and transport APIs."
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["automation", "testing", "browser", "grpc", "bidi"]
categories = ["development-tools::testing", "command-line-utilities", "api-bindings"]

[lib]
name = "allwright"

[features]
default = ["client"]
client = []
server = []

[[example]]
name = "playground"
required-features = ["client"]

[dependencies]
allwright-plugin-sdk = { path = "../allwright-plugin-sdk", version = "0.0.21" }
libloading = { workspace = true }
prost = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tonic = { workspace = true }
tokio-stream = { workspace = true }

[dev-dependencies]
clap = { workspace = true, features = ["derive"] }