hexyl 0.5.1

A command-line hex viewer
[package]
authors = ["David Peter <mail@david-peter.de>"]
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.5.1"
edition = "2018"

[dependencies]
ansi_term = "0.11"
atty = "0.2"
ctrlc = "3.1"

[dependencies.clap]
version = "2"
features = ["suggestions", "color", "wrap_help"]