# 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 = "edrs" version = "0.1.0" exclude = [ ".vscode", "testfiles", ".github", "Cargo.lock", "target", ] description = "A non-modal plaintext editor with saving and loading functionality." readme = "README.md" keywords = [ "text", "editor", "terminal", "cli", "input", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/manorajesh/edrs" [profile.release] lto = "fat" codegen-units = 1 debug = 1 panic = "abort" [dependencies.clap] version = ">=4.3.8" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.syntect] version = "5.0.0"