# 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 = "heh" version = "0.6.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform terminal UI used for modifying file data in hex or ASCII." readme = "README.md" categories = [ "command-line-utilities", "text-editors", ] license = "MIT" repository = "https://github.com/ndd7xv/heh" [profile.dev] opt-level = 1 [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "heh" path = "src/lib.rs" [[bin]] name = "heh" path = "src/main.rs" [dependencies.arboard] version = "3.4.0" default-features = false [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossbeam] version = "0.8.4" [dependencies.hex] version = "0.4.3" [dependencies.memmap2] version = "0.9.4" [dependencies.ratatui] version = "0.28.0"