# 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-term" version = "0.2.0" authors = ["AhoyISki"] description = "A frontend for Parsec for the terminal" readme = "README.md" keywords = [ "editor", "terminal", "text", "parsec", ] categories = [ "command-line-utilities", "text-editors", "config", ] license = "AGPL-3.0-or-later" repository = "https://github.com/AhoyISki/parsec/tree/master/parsec-term" [dependencies.cassowary] version = ">=0.3.0" [dependencies.crossterm] version = ">=0.26.0" [dependencies.parsec-core] version = ">=0.2.0" [dependencies.smallvec] version = ">=1.10.0" [dependencies.unicode-width] version = ">=0.1.10"