# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "denops-rust" version = "0.2.2" authors = ["kkiyama117 "] description = "Denops rust library" homepage = "https://github.com/kkiyama117/denops-rust" readme = "../README.md" keywords = ["vim", "deno", "denops"] categories = ["wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/kkiyama117/denops-rust" [dependencies.js-sys] version = "0.3.48" [dependencies.wasm-bindgen] version = "0.2.71" [dependencies.wasm-bindgen-futures] version = "0.4.21" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] autocmd = [] console = [] default = ["prelude"] execute = [] full = ["autocmd", "execute", "prelude"] prelude = ["console", "variable"] variable = []