# 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 = "phantom-editor" version = "0.1.0" authors = ["Shadorain"] description = "** A simple yet complex, shadow fast, rust text editor, to run in the shadows **" readme = "README.md" keywords = [ "text_editor", "vim-like", "phantom", "movement", "config", ] categories = [ "command-line-utilities", "command-line-interface", "text-editors", ] license = "GPL-3.0" repository = "https://github.com/Shadorain/Phantom" resolver = "2" [lib] name = "phantom" path = "src/lib.rs" [[bin]] name = "phantom" path = "src/main.rs" [dependencies.crossterm] version = "0.25.0" [dependencies.ropey] version = "1.5" [dependencies.thiserror] version = "1.0"