# 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 = "silkenweb-css" version = "0.8.0" authors = ["Simon Bourne "] description = "CSS utilities for Silkenweb" homepage = "https://github.com/silkenweb/silkenweb" readme = "README.md" keywords = [ "reactive", "web", "html", "browser", "dom", ] categories = [ "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/silkenweb/silkenweb" [dependencies.anyhow] version = "1.0.75" [dependencies.clonelet] version = "0.2.0" [dependencies.cssparser] version = "0.31.2" [dependencies.derive_more] version = "0.99.17" [dependencies.grass] version = "0.13.1" features = ["random"] default-features = false [dependencies.itertools] version = "0.11.0" [dependencies.lightningcss] version = "=1.0.0-alpha.55" optional = true [dependencies.thiserror] version = "1.0.47" [features] css-transpile = ["dep:lightningcss"]