browsr-client 0.4.0

Client for driving Browsr browser automation over HTTP or stdout transports.
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 = "browsr-client"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for driving Browsr browser automation over HTTP or stdout transports."
readme = "README.md"
license-file = "LICENSE"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.browsr-types]
version = "0.4.0"

[dependencies.reqwest]
version = "0.12.8"
features = [
    "json",
    "json",
]

[dependencies.serde]
version = "^1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0.143"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "process",
]

[dependencies.which]
version = "8.0.0"

[dev-dependencies.actix-web]
version = "4.4"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "full",
]