allwright-core 0.0.49

Lightweight allwright engine core with shared client and transport APIs.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "allwright-core"
version = "0.0.49"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight allwright engine core with shared client and transport APIs."
homepage = "https://allwright.dev"
readme = "README.md"
keywords = [
    "automation",
    "testing",
    "browser",
    "grpc",
    "bidi",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/allwright-dev/allwright"

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

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

[[example]]
name = "playground"
path = "examples/playground.rs"
required-features = ["client"]

[dependencies.allwright-plugin-sdk]
version = "0.0.49"

[dependencies.flate2]
version = "1.1.2"

[dependencies.libloading]
version = "0.8.9"

[dependencies.prost]
version = "0.13.5"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tar]
version = "0.4.44"

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

[dependencies.tokio-stream]
version = "0.1.19"

[dependencies.tonic]
version = "0.12.3"
features = ["transport"]

[dependencies.zip]
version = "5.1.1"
features = ["deflate-flate2"]
default-features = false

[dev-dependencies.clap]
version = "4.6.6"
features = ["derive"]