ps-blitz-script 0.3.0-beta.4

JavaScript execution for Blitz using the Boa engine
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"
rust-version = "1.89.0"
name = "ps-blitz-script"
version = "0.3.0-beta.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript execution for Blitz using the Boa engine"
homepage = "https://github.com/dioxuslabs/blitz"
documentation = "https://docs.rs/ps-blitz-script"
readme = false
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dioxuslabs/blitz"
resolver = "2"

[features]
debug-control = [
    "dom-stats",
    "dep:anyrender",
    "dep:anyrender_vello_cpu",
    "dep:base64",
    "dep:blitz-debug-control",
    "dep:blitz-paint",
    "dep:image",
    "blitz-dom/svg",
]
default = []
dom-stats = []
system-fonts = ["blitz-dom/system-fonts"]
tracing = [
    "dep:tracing",
    "blitz-dom/tracing",
]

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

[[bin]]
name = "solid-debug-harness"
path = "src/bin/solid_debug_harness.rs"
required-features = ["debug-control"]

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

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

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

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

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

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

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

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

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

[dependencies.anyrender]
version = "^0.13.0"
optional = true
package = "ps-anyrender"

[dependencies.anyrender_vello_cpu]
version = "^0.16.0"
optional = true
package = "ps-anyrender-vello-cpu"

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.blitz-debug-control]
version = "=0.3.0-beta.4"
optional = true
package = "ps-blitz-debug-control"

[dependencies.blitz-dom]
version = "=0.3.0-beta.4"
features = ["autofocus"]
default-features = false
package = "ps-blitz-dom"

[dependencies.blitz-html]
version = "=0.3.0-beta.4"
default-features = false
package = "ps-blitz-html"

[dependencies.blitz-paint]
version = "=0.3.0-beta.4"
optional = true
default-features = false
package = "ps-blitz-paint"

[dependencies.blitz-traits]
version = "=0.3.0-beta.4"
default-features = false
package = "ps-blitz-traits"

[dependencies.boa_engine]
version = "1.0.0-dev"
package = "ps-boa-engine"

[dependencies.boa_gc]
version = "1.0.0-dev"
package = "ps-boa-gc"

[dependencies.boa_runtime]
version = "1.0.0-dev"
package = "ps-boa-runtime"

[dependencies.data-url]
version = "0.3.1"

[dependencies.getrandom]
version = "0.4"

[dependencies.image]
version = "0.25.6"
features = ["png"]
optional = true
default-features = false

[dependencies.keyboard-types]
version = "0.7"

[dependencies.markup5ever]
version = "0.39.0"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1.40"
optional = true

[dependencies.url]
version = "2.5.0"

[dependencies.web-time]
version = "1"

[dev-dependencies.anyrender]
version = "^0.13.0"
package = "ps-anyrender"

[dev-dependencies.anyrender_vello_cpu]
version = "^0.16.0"
package = "ps-anyrender-vello-cpu"

[dev-dependencies.blitz-dom]
version = "=0.3.0-beta.4"
features = ["system-fonts"]
default-features = false
package = "ps-blitz-dom"

[dev-dependencies.blitz-paint]
version = "=0.3.0-beta.4"
default-features = false
package = "ps-blitz-paint"

[dev-dependencies.blitz-traits]
version = "=0.3.0-beta.4"
default-features = false
package = "ps-blitz-traits"

[dev-dependencies.image]
version = "0.25.6"
features = ["png"]
default-features = false

[dev-dependencies.keyboard-types]
version = "0.7"

[dev-dependencies.url]
version = "2.5.0"