# 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 = "hextazy" version = "0.7.0" authors = ["0xfalafel "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "A colorful hexadecimal editor" homepage = "https://github.com/0xfalafel/hextazy" readme = "README.md" keywords = [ "cli", "hexadecimal", "editor", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/0xfalafel/hextazy" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.28.1" [dependencies.regex] version = "1.10.5"