# 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 = "ultron" version = "0.2.6" authors = ["Jovansonlee Cesar "] description = "A web base text-editor with strong focus on displaying multi-width characters correctly" documentation = "https://docs.rs/ultron" readme = "../../README.md" keywords = ["web", "editor", "monospace"] license = "MIT" repository = "https://github.com/ivanceras/ultron" [dependencies.css-colors] version = "1" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.29.0" [dependencies.sauron] version = "0.43.9" features = ["with-measure"] default-features = false [dependencies.ultron-syntaxes-themes] version = "0.2.6" [dependencies.unicode-width] version = "0.1" [dependencies.web-sys] version = "0.3" features = ["Window", "Navigator", "Clipboard", "DataTransfer", "HtmlDocument", "DomRect", "Element"] [features] default = ["with-navigator-clipboard", "with-dom"] with-dom = ["sauron/with-dom", "sauron/with-node-macro", "sauron/with-request-animation-frame"] with-measure = ["sauron/with-measure"] with-navigator-clipboard = []