xd 0.0.3

tool that dumps binary input in a variety of formats
Documentation
[[bin]]
name = "xd"
required-features = ["std"]
[badges.bitbucket-pipelines]
branch = "default"
repository = "delan/xd"
[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
version = "2.33.3"

[dependencies.jane-eyre]
version = "0.3.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.owo-colors]
version = "1.1.3"

[dependencies.pledge]
version = "0.4.0"

[dependencies.unveil]
version = "0.2.1"
[dev-dependencies.jane-eyre]
version = "0.3.0"

[dev-dependencies.mktemp]
version = "0.4.0"

[dev-dependencies.regex]
version = "1.4.2"

[features]
alloc = []
bench = ["alloc"]
default = ["std"]
std = ["alloc"]
strict = []

[package]
authors = ["Delan Azabani <delan@azabani.com>"]
categories = ["command-line-utilities", "no-std"]
description = "tool that dumps binary input in a variety of formats"
edition = "2018"
keywords = ["hexdump"]
license = "ISC"
name = "xd"
readme = "README.md"
repository = "https://bitbucket.org/delan/xd"
version = "0.0.3"
[profile.release]
lto = true
panic = "abort"
[target."cfg(unix)".dependencies.nix]
version = "0.19.0"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.5"