# 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 = "ewin-editor" version = "0.0.2" authors = ["thinkingreed"] description = "Simple editor for Window(GUI) users.No need to remember commands." license = "MIT" repository = "https://github.com/thinkingreed/ewin" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1.4.3" [dependencies.crossterm] version = "0.21.0" features = ["event-stream"] [dependencies.ewin-com] version = "0.0.2" [dependencies.regex] version = "1.4.3" [dependencies.ropey] version = "1.2.0" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "4.5" [dependencies.unicode-jp] version = "0.4.0" [dependencies.unicode-width] version = "0.1.8"