hexyl 0.17.0

A command-line hex viewer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "hexyl"
version = "0.17.0"
authors = ["David Peter <mail@david-peter.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line hex viewer"
homepage = "https://github.com/sharkdp/hexyl"
readme = "README.md"
keywords = [
    "hex",
    "viewer",
]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sharkdp/hexyl"

[lib]
name = "hexyl"
path = "src/lib.rs"

[[bin]]
name = "hexyl"
path = "src/main.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4"

[dependencies.const_format]
version = "0.2"

[dependencies.libc]
version = "0.2"

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

[dependencies.supports-color]
version = "3"

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[profile.release]
lto = true
codegen-units = 1