# 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 = "css-in-rs" version = "0.2.0" authors = ["Jan-Mirko Otter"] description = "Library to manage component-level CSS in Rust" readme = "README.md" keywords = [ "css", "dioxus", "jss", "wasm", "gui", ] license = "MIT" repository = "https://github.com/mirkootter/css-in-rs" [package.metadata.docs.rs] all-features = true [dependencies.css-in-rs-macro] version = "0.2.0" [dependencies.dioxus] version = "0.4.3" optional = true [dependencies.doc-cfg] version = "0.1.0" [dependencies.gloo-console] version = "0.3.0" [dependencies.js-sys] version = "0.3.67" [dependencies.wasm-bindgen] version = "0.2.90" optional = true [dependencies.web-sys] version = "0.3.67" features = ["Document"] optional = true [dev-dependencies.dioxus-web] version = "0.4.3" [features] default = [] dioxus = [ "dep:dioxus", "web-sys", ] unstable-doc-cfg = [] web-sys = [ "dep:web-sys", "dep:wasm-bindgen", ]