# 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 = "yew-style-in-rs" version = "0.4.1" authors = ["ORITO Itsuki "] include = [ "src", "README.md", ] description = "Scoped CSS for Yew" homepage = "https://github.com/MatchaChoco010/yew-style-in-rs" readme = "README.md" keywords = [ "yew", "style", "css", ] categories = [ "web-programming", "wasm", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MatchaChoco010/yew-style-in-rs" [package.metadata.docs.rs] cargo-args = ["--features=dry-run"] [dependencies.anyhow] version = "1.0.55" [dependencies.fastrand] version = "1.7.0" [dependencies.gloo] version = "0.7.0" [dependencies.instant] version = "0.1" features = ["wasm-bindgen"] [dependencies.once_cell] version = "1.10.0" [dependencies.web-sys] version = "0.3.56" features = [ "HtmlHeadElement", "HtmlStyleElement", ] [dependencies.yew] version = "0.19.3" [dependencies.yew-style-in-rs-core] version = "0.4.1" [dependencies.yew-style-in-rs-macro] version = "0.4.1" [features] default = [] dry-run = []