[dependencies.bincode]
optional = true
version = "1.3.3"
[dependencies.bytes]
optional = true
version = "1.5.0"
[dependencies.postcard]
features = ["alloc"]
optional = true
version = "1.0.8"
[dependencies.restless-core]
version = "0.1.0"
[dependencies.serde]
optional = true
version = "1.0.197"
[dependencies.serde_json]
optional = true
version = "1.0.114"
[dependencies.serde_yaml]
optional = true
version = "0.9.32"
[features]
bincode = ["dep:bincode", "dep:serde"]
bytes = ["dep:bytes", "restless-core/bytes"]
full = ["bytes", "json", "postcard", "bincode", "yaml"]
json = ["dep:serde_json", "dep:serde"]
postcard = ["dep:postcard", "dep:serde"]
yaml = ["dep:serde_yaml", "dep:serde"]
[package]
authors = ["Patrick M. Elsen <pelsen@xfbs.net>"]
description = "Helper types to encode and decode request and response bodies for the restless crate."
edition = "2021"
homepage = "https://xfbs.gitlab.io/restless"
license = "MIT"
name = "restless-data"
repository = "https://github.com/xfbs/restless"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["full"]