[package]
edition = "2024"
name = "text2binary"
version = "1.0.1"
authors = ["nogino sanebou"]
build = false
exclude = [
".github",
".gitignore",
"tests",
".idea",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts a string representation of a hexadecimal number to a Vec<u8>"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nogino-sanebou/text2binary"
[lib]
name = "text2binary"
path = "src/lib.rs"
[dependencies]