# 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 = "revise" version = "0.1.5" authors = ["nadmax "] description = "A minimalist text editor" homepage = "https://github.com/nadmax/revise" readme = "CARGO.md" keywords = [ "cli", "text-editor", "linux", ] categories = [ "text-editors", "development-tools", "command-line-interface", ] license = "MIT" repository = "https://github.com/nadmax/revise" [profile.dev] opt-level = 1 [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" overflow-checks = false strip = true [dependencies.cli-clipboard] version = "0.4.0" [dependencies.termion] version = "2.0.1" [dependencies.thiserror] version = "1.0.49" [dependencies.unicode-segmentation] version = "1.10.1"