[dependencies.serde]
default-features = false
version = "1.0.208"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.208"
[dev-dependencies.serde_json]
version = "1.0.127"
[features]
alloc = ["serde/alloc"]
default = ["std"]
std = ["alloc", "serde/std"]
[lib]
name = "serdapt"
path = "src/lib.rs"
[package]
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Composable adapters for `#[serde(with = ...)]` attribute"
documentation = "https://docs.rs/serdapt"
edition = "2024"
homepage = "https://github.com/stephaneyfx/serdapt"
keywords = ["adapter", "custom", "serde", "with"]
license = "0BSD"
name = "serdapt"
readme = "README.md"
repository = "https://github.com/stephaneyfx/serdapt.git"
version = "0.1.1"