[package] name = "stylist-core" version = "0.13.0" license = "MIT" repository = "https://github.com/futursolo/stylist-rs" authors = [ "Kaede Hoshiakwa ", "Martin Molzer ", ] edition = "2021" description = "Stylist is a CSS-in-Rust styling solution for WebAssembly Applications." keywords = ["CSS", "web", "css-in-rust", "yew"] categories = ["wasm", "web-programming"] readme = "README.md" homepage = "https://github.com/futursolo/stylist-rs" resolver = "2" rust-version = "1.66.0" [dependencies] nom = { version = "7.1.1", optional = true } thiserror = "1.0.37" wasm-bindgen = "0.2.83" once_cell = "1.16.0" serde = { version = "1", features = ["derive"] } [dev-dependencies] log = "0.4.17" env_logger = "0.10.0" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.33" [features] parser = ["dep:nom"] __proc_macro_workaround = []