# 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-macro" version = "0.4.1" authors = ["ORITO Itsuki "] 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" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.55" [dependencies.fastrand] version = "1.7.0" [dependencies.fslock] version = "0.2.1" [dependencies.libc] version = "0.2.119" [dependencies.once_cell] version = "1.9.0" [dependencies.proc-macro2] version = "1.0.36" features = ["span-locations"] [dependencies.quote] version = "1.0.15" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.syn] version = "1.0.86" features = ["full"] [dependencies.yew-style-in-rs-core] version = "0.4.1"