hex-wrapper 1.5.1

Wrappers of the convertion between numbers and hex strings
Documentation
[dependencies.diesel]
default-features = false
optional = true
version = "2.2"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.serde]
optional = true
version = "1.0"

[features]
db = ["dep:diesel"]
default = []

[lib]
name = "hex_wrapper"
path = "src/lib.rs"

[package]
authors = ["Masato Nakata <masaton@naughie.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Wrappers of the convertion between numbers and hex strings"
documentation = "https://docs.rs/hex-wrapper"
edition = "2021"
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.5.1"

[package.metadata.docs.rs]
all-features = true