[dependencies.rand]
optional = true
version = "0.8"
[dependencies.serde]
optional = true
version = "1.0"
[features]
default = []
[package]
authors = ["Masato Nakata <masaton@naughie.com>"]
categories = ["encoding"]
description = "Wrappers of the convertion between numbers and hex strings"
documentation = "https://docs.rs/hex-wrapper"
edition = "2018"
include = ["src/", "LICENSE-*", "README.md"]
keywords = ["serde", "serialization", "hex"]
license = "MIT OR Apache-2.0"
name = "hex-wrapper"
readme = "README.md"
repository = "https://github.com/naughie/hex-wrapper"
version = "1.1.1"
[package.metadata.docs.rs]
all-features = true