[package] name = "glory-shoelace" version = "0.0.3" authors = ["Chrislearn Young "] edition = "2021" rust-version = "1.73" description = """ Shoelance for Glory. """ homepage = "https://glory.rs" repository = "https://github.com/glory-rs/glory" documentation = "https://docs.rs/glory-shoelace/" readme = "./README.md" keywords = ["dom", "ui", "gui", "react", "wasm"] license = "MIT OR Apache-2.0" categories = ["web-programming"] [features] default = ["web-csr"] web-csr = ["__single_holder", "dep:wasm-bindgen"] web-ssr = [] __single_holder = [] [dependencies] cfg-if = "1.0.0" educe = "0.4.23" js-sys = "0.3.65" web-sys = { version = "0.3", features = ["Element", "HtmlElement"] } wasm-bindgen = { version = "0.2.88", optional = true } glory-core = {version = "0.2.0"} [package.metadata.cargo-all-features] denylist = ["stable"] skip_feature_sets = [["web-ssr", "web-csr"]]