# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "css-in-rust" version = "0.5.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" [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.6.0" optional = true [dependencies.yew] version = "^0.17.2" features = ["web_sys"] 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.7.0" features = ["small_rng"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "^0.3" features = ["Window", "Document", "Element", "HtmlElement", "HtmlHeadElement", "HtmlStyleElement"]