rux-runtime 0.6.1

Rux runtime document model: loads a .rux file into a renderable tree. Internal to Rux; the supported entry point is the ruxlang crate.
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 = "2021"
name = "rux-runtime"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux runtime document model: loads a .rux file into a renderable tree. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = [
    "ui",
    "runtime",
    "rux",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"

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

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

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

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

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.rux-layout]
version = "0.6.1"

[dependencies.rux-parser]
version = "0.6.1"

[dependencies.rux-reactive]
version = "0.6.1"

[dependencies.rux-script]
version = "0.6.1"

[dependencies.rux-style]
version = "0.6.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]