# 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 = "yew_styles" version = "0.11.0" authors = ["Francisco Jesus Navarro Cortes "] description = "Framework styles for yew" homepage = "https://yewstyles.spielrs.tech" documentation = "https://docs.rs/crate/yew_styles" readme = "README.md" categories = ["wasm", "graphics", "gui", "web-programming", "web-programming::http-client"] license = "MIT/Apache-2.0" repository = "https://github.com/spielrs/yew-styles-page/tree/master/crate/yew_styles" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [lib] crate-type = ["cdylib", "rlib"] [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.rand] version = "0.8" features = ["getrandom"] [dependencies.stylist] version = "0.9" features = ["yew_integration"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-test] version = "0.3" [dependencies.web-sys] version = "0.3" features = ["HtmlDocument", "HtmlCollection", "CssStyleDeclaration", "Selection", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "Event", "Node", "HtmlOptionsCollection", "HtmlOptionElement", "DataTransfer"] [dependencies.yew] version = "0.18" features = ["web_sys"] [dependencies.yew_assets] version = "0.1.2" features = ["ux_assets", "editing_assets", "controller_assets", "object_assets"] [features] button = [] card = ["layouts"] carousel = [] dropdown = [] forms = [] full = ["layouts", "button", "navbar", "forms", "card", "modal", "text", "dropdown", "spinner", "carousel", "tooltip"] layouts = [] modal = [] navbar = ["layouts"] spinner = [] text = [] tooltip = []