# 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 = "sir" version = "0.5.0" authors = ["Reinis Mazeiks"] description = "Write SCSS in your component functions" documentation = "https://docs.rs/sir/latest/sir/" readme = "Readme.md" keywords = [ "css", "scss", "style", "dioxus", ] categories = [ "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/dawn_app/sir" [package.metadata.docs.rs] features = ["dioxus"] [[example]] name = "dioxus_counter" path = "examples/dioxus_counter.rs" [dependencies.dioxus] version = "0.5.0" optional = true [dependencies.once_cell] version = "1.10.0" [dependencies.sir-macro] version = "0.5.0" [dev-dependencies.dioxus] version = "0.5.1" features = ["desktop"]