# 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 = "kaolinite" version = "0.9.5" authors = ["curlpipe <11898833+curlpipe@users.noreply.github.com>"] exclude = ["/demos/7.txt"] description = "A crate to assist in the creation of TUI text editors." readme = "README.md" keywords = [ "unicode", "text-processing", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/curlpipe/kaolinite" [profile.release] lto = true debug = 2 [[example]] name = "open" [[example]] name = "trim" [dependencies.quick-error] version = "2.0.1" [dependencies.regex] version = "1.6.0" [dependencies.ropey] version = "1.5.0" [dependencies.unicode-width] version = "0.1.13" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sugars] version = "3.0.1"