# 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 = "kobold" version = "0.9.1" authors = ["Maciej Hirsz "] description = "Easy declarative web interfaces" documentation = "https://docs.rs/kobold" readme = "README.md" keywords = [ "web", "wasm", "javascript", ] categories = [ "wasm", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/maciejhirsz/kobold" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.itoa] version = "1.0.6" [dependencies.kobold_macros] version = "0.9.0" [dependencies.rlsf] version = "0.2.1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.wasm-bindgen-futures] version = "0.4.34" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "Event", "MouseEvent", "KeyboardEvent", "HtmlElement", "HtmlCanvasElement", "HtmlInputElement", "HtmlOptionElement", "HtmlSelectElement", "HtmlLinkElement", "HtmlTextAreaElement", "Node", "Text", "Window", ] [features] default = ["stateful"] stateful = []