# 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-core" version = "0.2.0" authors = ["AhoyISki"] description = "The core of Parsec, a highly customizable text editor." readme = "README.md" keywords = [ "editor", "text", "application", "parsec", ] categories = [ "command-line-utilities", "text-editors", "config", ] license = "AGPL-3.0-or-later" repository = "https://github.com/AhoyISki/parsec/tree/master/parsec-core" [dependencies.any-rope] version = ">=1.2.2" [dependencies.crossterm] version = ">=0.26.0" [dependencies.ropey] version = ">=1.6.0" [features] default = [] disable-testing = [] wacky-colors = []