# 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 = "lino" version = "0.10.0" authors = ["ahmednooor "] description = "A command line text editor with notepad like key bindings." homepage = "https://github.com/ahmednooor/lino" readme = "README.md" keywords = ["notepad-like", "terminal", "command-line", "text", "editor"] categories = ["command-line-utilities", "development-tools", "text-editors"] license = "MIT" repository = "https://github.com/ahmednooor/lino" [dependencies.copypasta] version = "0.7.1" [dependencies.crossterm] version = "0.22.1" [dependencies.ctrlc] version = "3.1.7" [dependencies.syntect] version = "4.5.0" [dependencies.unicode-width] version = "0.1.7"