# 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" rust-version = "1.80" name = "codemirror" version = "0.2.0" authors = ["slowtec GmbH "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wasm-bingen wrapper for CodeMirror" homepage = "https://github.com/slowtec/codemirror-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/slowtec/codemirror-rs" [lib] name = "codemirror" path = "src/lib.rs" [dependencies.codemirror-sys] version = "0.2.0" [dependencies.derive_more] version = "1.0.0" features = ["from"] [dependencies.js-sys] version = "0.3.70" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = ["HtmlTextAreaElement"]