bred 0.4.0

The fastest binary file reader with coloring
# 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"
name = "bred"
version = "0.4.0"
build = false
exclude = [
    ".vscode/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The fastest binary file reader with coloring"
homepage = "https://github.com/manorajesh/bred"
readme = "README.md"
keywords = [
    "cli",
    "binary",
    "hexdump",
    "fast",
    "reader",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/manorajesh/bred"

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

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.memmap2]
version = "0.9"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true