# 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 = "mech-html" version = "0.1.0" authors = ["Corey Montella "] description = "HTML library for the Mech language" homepage = "https://mech-lang.org" documentation = "http://docs.mech-lang.org" readme = "README.md" keywords = [ "mech", "language", "programming", ] license = "Apache-2.0" repository = "https://github.com/mech-machines/html" [lib] crate-type = [ "dylib", "rlib", ] [dependencies.base64] version = "0.20.0" [dependencies.bincode] version = "1.3.3" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.hashbrown] version = "0.13.1" [dependencies.js-sys] version = "0.3.60" [dependencies.lazy_static] version = "1.4.0" [dependencies.mech-core] version = "0.1" default-features = false [dependencies.mech-utilities] version = "0.1" default-features = false [dependencies.miniz_oxide] version = "0.6.2" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.web-sys] version = "0.3.60" features = [ "Document", "Element", "HtmlElement", "HtmlDivElement", "HtmlImageElement", "HtmlCanvasElement", "HtmlInputElement", "InputEvent", "MouseEvent", "KeyboardEvent", "TouchEvent", "Event", "EventTarget", "CanvasRenderingContext2d", "Node", "Window", "Selection", "Range", "HtmlCollection", "WebSocket", "MessageEvent", "BinaryType", "Blob", "ErrorEvent", "ProgressEvent", "HashChangeEvent", "FileReader", "Location", "console", "XmlHttpRequest", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.33" [badges.gitlab] branch = "main" repository = "mech-lang/machines/html" [badges.maintenance] status = "actively-developed"