chrome-for-testing-manager 0.6.0

Programmatic management of chrome-for-testing installations.
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrome-for-testing]
version = "0.2.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.indoc]
version = "2.0.6"

[dependencies.reqwest]
version = "0.12.12"

[dependencies.thirtyfour]
optional = true
version = "0.36.1"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
features = ["fs", "process"]
version = "1"

[dependencies.tokio-process-tools]
version = "0.5.4"

[dependencies.tracing]
version = "0.1.41"

[dependencies.zip-extensions]
version = "0.8.1"

[dev-dependencies.assertr]
version = "0.4.0"

[dev-dependencies.ctor]
version = "0.5.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.45.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[features]
thirtyfour = ["dep:thirtyfour"]

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

[package]
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools::testing"]
description = """
Programmatic management of chrome-for-testing installations.
"""
edition = "2024"
keywords = ["chrome", "testing", "chromedriver", "thirtyfour"]
license = "MIT OR Apache-2.0"
name = "chrome-for-testing-manager"
readme = "README.md"
repository = "https://github.com/lpotthast/chrome-for-testing-manager"
rust-version = "1.85.0"
version = "0.6.0"

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

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

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

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

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

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