# 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 = "2018" name = "xterm-js-rs" version = "0.1.2" authors = ["Klas Segeljakt "] description = "Rust-WASM bindings for the xterm-js Javascript library" homepage = "https://github.com/segeljakt/xterm-js-rs/" readme = "README.md" keywords = ["cli", "web", "wasm", "javascript"] license = "MIT" repository = "https://github.com/segeljakt/xterm-js-rs/" [profile.release] opt-level = "s" [lib] crate-type = ["cdylib", "rlib"] [dependencies.js-sys] version = "0.3.39" [dependencies.wasm-bindgen] version = "0.2.62" [dependencies.web-sys] version = "0.3.39" features = ["HtmlElement", "HtmlTextAreaElement", "KeyboardEvent", "MouseEvent"] [dev-dependencies.wasm-bindgen-test] version = "0.3.12" [features] default = [] xterm-addon-attach = ["web-sys/WebSocket"] xterm-addon-fit = [] xterm-addon-ligatures = [] xterm-addon-search = [] xterm-addon-serialize = [] xterm-addon-unicode11 = [] xterm-addon-web-links = [] xterm-addon-webgl = ["web-sys/HtmlCanvasElement"]