hextool 0.1.0

A simple command line tool to convert hex to string and string to hex
[dependencies.clap]
features = ["derive"]
version = "4.4.4"

[dependencies.colored]
version = "2.0.4"

[dependencies.regex]
version = "1.9.5"

[package]
categories = ["command-line-utilities"]
description = "A simple command line tool to convert hex to string and string to hex"
edition = "2021"
homepage = "https://github.com/CyR1en/hextool"
license = "MIT"
license-file = "LICENSE"
name = "hextool"
readme = "README.md"
repository = "https://github.com/CyR1en/hextool"
version = "0.1.0"
[profile.release]
overflow-checks = true