[dependencies.bytes]
optional = true
version = "1"
[dependencies.futures-util]
features = ["io"]
optional = true
version = "0.3"
[dependencies.paste]
version = "1"
[dependencies.smallvec]
default-features = false
features = ["const_generics", "const_new", "union"]
optional = true
version = "1"
[dependencies.smol_str]
optional = true
version = "0.2"
[dependencies.thiserror]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
alloc = []
async = ["futures-util"]
default = ["std"]
std = []
[package]
categories = ["development-tools", "no-std"]
description = "Transform its representation between structured and byte form."
documentation = "https://docs.rs/transformable"
edition = "2021"
homepage = "https://github.com/al8n/transformable"
keywords = ["wire", "bytes", "binary"]
license = "MIT/Apache-2.0"
name = "transformable"
readme = "README.md"
repository = "https://github.com/al8n/transformable"
rust-version = "1.75"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.bench]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "thin"
opt-level = 3
overflow-checks = false
rpath = false