# 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 = "lineeditor" version = "0.4.1" authors = ["AmrDeveloper"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross platform rich line editor" readme = "README.md" keywords = [ "line-editor", "gitql", "cli", "rich-editor", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/amrdeveloper/lineeditor" [lib] name = "lineeditor" path = "src/lib.rs" doctest = true [[example]] name = "auto_pair" path = "examples/auto_pair.rs" [[example]] name = "cursor_style" path = "examples/cursor_style.rs" [[example]] name = "custom_prompt" path = "examples/custom_prompt.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "drop_down_auto_complete" path = "examples/drop_down_auto_complete.rs" [[example]] name = "hex_color_highlighter" path = "examples/hex_color_highlighter.rs" [[example]] name = "input_filter" path = "examples/input_filter.rs" [[example]] name = "key_bindings" path = "examples/key_bindings.rs" [[example]] name = "keyword_highlighter" path = "examples/keyword_highlighter.rs" [[example]] name = "keyword_hinter" path = "examples/keyword_hinter.rs" [[example]] name = "matching_brackets_highlighters" path = "examples/matching_brackets_highlighters.rs" [[example]] name = "surround_selection" path = "examples/surround_selection.rs" [[example]] name = "text_prompt" path = "examples/text_prompt.rs" [[example]] name = "visual_selection" path = "examples/visual_selection.rs" [dependencies.crossterm] version = "0.28.1"