[package]
edition = "2024"
name = "cotis-web"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser/WASM render backend for the Cotis UI framework"
homepage = "https://github.com/igna-778/cotis-web.git"
documentation = "https://docs.rs/cotis-web"
readme = "README.md"
keywords = [
"gui",
"ui",
"wasm",
"web",
]
categories = [
"gui",
"wasm",
"web-programming",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-web.git"
[features]
app_launch = ["cotis/app_launch"]
complex_color = ["cotis-defaults/complex_color"]
complex_colored_text = ["cotis-defaults/complex_colored_text"]
default = ["app_launch"]
[lib]
name = "cotis_web"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.console_log]
version = "1.0.0"
[dependencies.cotis]
version = "0.1.0-alpha"
[dependencies.cotis-defaults]
version = "0.1.0-alpha"
[dependencies.cotis-utils]
version = "0.1.0-alpha"
[dependencies.format]
version = "0.2.4"
[dependencies.indexmap]
version = "2.14.0"
[dependencies.js-sys]
version = "0.3.77"
[dependencies.log]
version = "0.4.28"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.wasm-bindgen-futures]
version = "0.4.56"
[dependencies.web-sys]
version = "0.3.83"
features = [
"Window",
"Location",
"Document",
"Element",
"HtmlElement",
"CssStyleDeclaration",
"Node",
]