[[bin]]
name = "hx"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12"
[dependencies.clap]
version = "4.5"
[dependencies.no_color]
version = "0.2"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.rusty-hook]
version = "^0.11"
[lib]
name = "hx"
path = "src/lib.rs"
[package]
authors = ["sitkevij"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Futuristic take on hexdump, made in Rust."
edition = "2024"
include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "hx.1", "tests/**/*"]
keywords = ["hexdump", "hexadecimal", "tools", "ascii", "hex"]
license = "MIT"
name = "hx"
readme = "README.md"
repository = "https://github.com/sitkevij/hex"
version = "0.7.0"
[profile.dev]
codegen-units = 16
opt-level = 0
panic = "unwind"
[profile.release]
opt-level = 3
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"