qa-inspect-host 0.1.8

Host a Blitz document and serve it over the inspection socket
# 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"
rust-version = "1.88"
name = "qa-inspect-host"
version = "0.1.8"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host a Blitz document and serve it over the inspection socket"
homepage = "https://github.com/pathscale/ps-observability"
documentation = "https://docs.rs/qa-inspect-host"
readme = "README.md"
keywords = [
    "qa",
    "testing",
    "blitz",
    "inspection",
    "ui",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pathscale/ps-observability"

[features]
default = ["diagnostics"]
diagnostics = ["tauri-runtime-blitz/diagnostics"]

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

[[bin]]
name = "qa-inspect-host"
path = "src/main.rs"

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

[dependencies.blitz-dom]
version = "^0.3"
features = ["system-fonts"]
package = "ps-blitz-dom"

[dependencies.blitz-script]
version = "^0.3"
features = ["system-fonts"]
package = "ps-blitz-script"

[dependencies.blitz-traits]
version = "^0.3"
package = "ps-blitz-traits"

[dependencies.brotli]
version = "^8.0.4"
features = ["std"]
default-features = false

[dependencies.tauri-runtime-blitz]
version = "^0.3"
features = ["agent-control"]

[dependencies.tokio]
version = "^1"
features = ["sync"]
default-features = false

[dependencies.url]
version = "^2.5.8"

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "net",
    "rt",
    "time",
]