[badges.maintenance]
status = "actively-developed"
[dependencies.derive_more]
default-features = false
features = ["display"]
version = "0.99.16"
[dependencies.hex]
version = "0.4.3"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.126"
[dev-dependencies.serde_json]
version = "1.0.64"
[features]
default = []
[package]
authors = ["Alexis Le Provost <alexis.leprovost@outlook.com>"]
description = "An utility library for handling hexadecimal string"
edition = "2018"
homepage = "https://github.com/alekece/hexstring-rs"
keywords = ["hex", "hexadecimal", "string", "utility"]
license = "MIT"
name = "hexstring"
repository = "https://github.com/alekece/hexstring-rs"
version = "0.1.2"