# 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 = "mininotes" version = "0.2.0" authors = ["Dimas Leenman"] exclude = [ "target", "Cargo.lock", ] description = "A small terminal text editor" readme = "README.md" keywords = [ "text", "cli", "editor", "unicode", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Dimev/mininotes" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.ropey] version = "1.6.1" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.unicode-width] version = "0.1.11" [target."cfg(any(target_os = \"windows\", target_os = \"macos\", target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.arboard] version = "3.3.0" features = ["wayland-data-control"]