# 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 = "respo" version = "0.1.14" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a tiny virtual DOM library migrated from ClojureScript" homepage = "https://respo-mvc.org" documentation = "https://docs.rs/crate/respo/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Respo/respo.rs" [lib] name = "respo" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "snippet_cb" path = "examples/snippet_cb.rs" [dependencies.cirru_parser] version = "0.1.31" [dependencies.js-sys] version = "0.3.69" [dependencies.lazy_static] version = "1.4.0" [dependencies.respo_state_derive] version = "0.0.1" [dependencies.rust-hsluv] version = "0.1.4" [dependencies.serde] version = "1.0.203" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = [ "console", "Document", "HtmlHeadElement", "Element", "Window", "HtmlElement", "HtmlInputElement", "HtmlTextAreaElement", "MouseEvent", "KeyboardEvent", "KeyboardEventInit", "InputEvent", "Node", "NodeList", "Element", "HtmlCollection", "CssStyleDeclaration", "FocusEvent", "HtmlLabelElement", "BeforeUnloadEvent", "Storage", ]