# 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" name = "ultron-core" version = "0.4.0" description = "The core component of ultron editor" documentation = "https://docs.rs/ultron-core" readme = "README.md" keywords = [ "web", "editor", "monospace", ] license = "MIT" repository = "https://github.com/ivanceras/ultron" [dependencies.log] version = "0.4.17" [dependencies.nalgebra] version = "0.32.2" [dependencies.ultron-syntaxes-themes] version = "0.4.0" [dependencies.unicode-width] version = "0.1" [features] callback = []