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