[package] authors = ["David Peter "] categories = ["command-line-utilities"] description = "A command-line hex viewer" homepage = "https://github.com/sharkdp/hexyl" license = "MIT/Apache-2.0" name = "hexyl" readme = "README.md" repository = "https://github.com/sharkdp/hexyl" version = "0.14.0" edition = "2021" rust-version = "1.66" [dependencies] anyhow = "1.0" const_format = "0.2" libc = "0.2" owo-colors = "3" supports-color = "2" thiserror = "1.0" terminal_size = "0.2" [dependencies.clap] version = "4" features = ["derive", "wrap_help"] [dev-dependencies] assert_cmd = "2.0" predicates = "3.0" pretty_assertions = "1.3.0" [profile.release] lto = true codegen-units = 1