# 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 = "domcom" version = "0.0.1" authors = ["@tascord"] exclude = [ "tailwind*", "index.html", ] description = "Dominator Component Library" license = "MIT" repository = "https://github.com/tascord/domcom" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.colors-transform] version = "0.2.11" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.custom_derive] version = "0.1.7" [dependencies.derive_builder] version = "0.12.0" [dependencies.dominator] version = "0.5.34" [dependencies.factoryizer] version = "0.2.0" [dependencies.futures-signals] version = "0.3.33" [dependencies.futures-timer] version = "3.0.2" [dependencies.gloo] version = "0.11.0" features = ["futures"] [dependencies.gloo-timers] version = "0.3.0" [dependencies.hex_color] version = "3.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.tabler-dominator] version = "0.1.0" [dependencies.uuid] version = "1.6.1" features = [ "fast-rng", "v4", ] [dependencies.wasm-bindgen] version = "0.2.84" features = [ "std", "spans", ] default-features = false [dependencies.wasm-bindgen-futures] version = "0.4.30" default-features = false [dependencies.wasm-timer] version = "0.2.5" [dependencies.web-sys] version = "0.3.4" features = [ "Document", "Element", "HtmlElement", "Node", "Window", ] [features] default = [] example = []