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