monaco 0.1.0

wasm-bindgen bindings for the Monaco text editor.
Documentation
[dependencies.js-sys]
version = "0.3"

[dependencies.paste]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["Blob", "HtmlElement", "KeyboardEvent", "MouseEvent", "Url", "Window", "Worker"]
version = "0.3"

[dependencies.yew]
optional = true
version = "0.17"

[features]
api = []
default = ["api", "workers"]
workers = []
yew-components = ["api", "yew"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Simon Berger <simon@siku2.io>"]
categories = ["api-bindings", "text-editors", "web-programming", "wasm"]
description = "wasm-bindgen bindings for the Monaco text editor."
edition = "2018"
exclude = ["/build/", "/ts2rs/"]
keywords = ["monaco", "wasm-bindgen"]
license = "MIT OR Apache-2.0"
name = "monaco"
readme = "README.md"
repository = "https://github.com/siku2/rust-monaco"
version = "0.1.0"