# 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 = "brr-editor" version = "1.0.2" authors = ["maxwell letterlock"] description = "the perfunctory prose proliferator" homepage = "https://github.com/letterlock/brr" readme = "README.md" keywords = [ "tui", "text-editor", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "GPL-3.0-or-later" repository = "https://github.com/letterlock/brr" [profile.release] strip = true [dependencies.crossterm] version = "0.27.0" [dependencies.log] version = "0.4.20" [dependencies.simple-logging] version = "2.0.2" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.words-count] version = "0.1.6" [build-dependencies.winres] version = "0.1"