# hhh # Copyright (c) 2023 by Stacy Prowell. All rights reserved. # https://gitlab.com/sprowell/hhh [package] name = "hhh" version = "1.0.1" edition = "2021" authors = ["Stacy Prowell "] description = "The hhh Binary File Processor" license = "Apache-2.0" repository = "https://gitlab.com/binary-tools/hhh" homepage = "https://gitlab.com/binary-tools/hhh" categories = ["development-tools", "encoding"] readme = "README.md" keywords = ["hex","hexdump","binary-file"] [features] "strict" = [] [dependencies] chrono = "0.4.31" clap = { version = "4.4.6", features = ["derive"] } directories-next = "2.0.0" env_logger = "0.10.0" log = "0.4.20" num = "0.4.1" tempfile = "3.8.0" termsize = "0.1.6" textwrap = "0.16.0" trivet = "2.0.2"