# 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 = "modit" version = "0.1.5" authors = ["Jeremy Soller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modal editor parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pop-os/modit" [lib] name = "modit" path = "src/lib.rs" [[example]] name = "parse" path = "examples/parse.rs" [[example]] name = "termion" path = "examples/termion.rs" [[example]] name = "word" path = "examples/word.rs" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.termion] version = "2" [dev-dependencies.unicode-width] version = "0.1"