# 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 = "parsec-kak" version = "0.2.0" authors = ["AhoyISki"] description = "A Kakoune inspired editing mode for Parsec" readme = "README.md" keywords = [ "editor", "editing-mode", "text", "parsec", ] categories = [ "command-line-utilities", "text-editors", "config", ] license = "AGPL-3.0-or-later" repository = "https://github.com/AhoyISki/parsec/tree/master/parsec-kak" [dependencies.crossterm] version = ">=0.26.0" [dependencies.parsec-core] version = ">=0.2.0"