[dependencies.hex]
default-features = false
features = ["alloc"]
version = "0.4.3"
[dependencies.serdapt]
version = "0.1.0"
[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0.217"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dev-dependencies.serde_json]
version = "1.0.138"
[lib]
name = "serdapt_hex"
path = "src/lib.rs"
[package]
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Adapter to serialize as hex"
documentation = "https://docs.rs/serdapt-hex"
edition = "2021"
homepage = "https://github.com/stephaneyfx/serdapt-hex"
keywords = ["adapter", "hex", "serde", "with"]
license = "0BSD"
name = "serdapt-hex"
readme = "README.md"
repository = "https://github.com/stephaneyfx/serdapt-hex.git"
version = "0.1.0"