# 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 = "teehee" version = "0.2.8" authors = ["Gskartwii "] description = "Hex editor with inspiration from Vim, Kakoune and Hiew" readme = "README.md" keywords = ["cli", "terminal", "editor"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Gskartwii/teehee" resolver = "2" [dependencies.crossterm] version = "0.22.1" [dependencies.jetscii] version = "0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.regex] version = "1" [dependencies.xi-rope] version = "0.3.0"