# 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 = "wasm-css" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic WASM CSS Framework" readme = "README.md" keywords = [ "wasm", "css", ] license = "MIT" repository = "https://gitlab.com/robertlopezdev/wasm-css" [lib] name = "wasm_css" crate-type = ["lib"] path = "src/lib.rs" doctest = false [dependencies.lazy_static] version = "1.5.0" [dependencies.web-sys] version = "0.3.70" features = [ "Crypto", "Window", "Document", "Element", "HtmlHeadElement", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.43"