# 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 = "2018" name = "css-in-rust-next" version = "0.8.0" authors = ["Lukas Wagner "] description = "CSSinRust is a package for use with WASM applications providing a component level CSS styling experience." homepage = "https://crates.io/crates/css-in-rust" readme = "README.md" keywords = [ "CSS", "web", "CSSinRust", "yew", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/lukidoescode/css-in-rust" resolver = "2" [package.metadata.docs.rs] features = [ "yew_integration", "seed_integration", ] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.lazy_static] version = "^1.4.0" [dependencies.nom] version = "5.1.1" [dependencies.seed] version = "0.9.0" optional = true [dependencies.yew] version = "0.21.0" optional = true [features] seed_integration = ["seed"] yew_integration = ["yew"] [target."cfg(all(target_arch = \"wasm32\", not(target_os=\"wasi\"), not(cargo_web)))".dependencies.wasm-bindgen] version = "^0.2.59" [target."cfg(all(target_arch = \"wasm32\", not(target_os=\"wasi\"), not(cargo_web)))".dev-dependencies.wasm-bindgen-test] version = "^0.3.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand] version = "^0.8.0" features = ["small_rng"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "^0.3" features = [ "Window", "Document", "Element", "HtmlElement", "HtmlHeadElement", "HtmlStyleElement", ]