# 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-prom" 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.crossterm] version = "0.21.0" features = ["event-stream"] [dependencies.directories] version = "4.0.1" [dependencies.ewin-com] version = "0.0.2" [dependencies.tokio] version = "1.4.0" features = ["process", "macros", "rt-multi-thread"] [dependencies.tokio-util] version = "0.6.3" features = ["codec"]