[dependencies.byteorder]
default-features = false
version = "1"
[dependencies.bytes1]
optional = true
package = "bytes"
version = "1"
[dependencies.dbutils]
default-features = false
version = "0.12"
[dependencies.futures-util]
features = ["io"]
optional = true
version = "0.3"
[dependencies.paste]
version = "1"
[dependencies.smallvec1]
default-features = false
features = ["const_generics", "const_new", "union"]
optional = true
package = "smallvec"
version = "1"
[dependencies.smol_str02]
optional = true
package = "smol_str"
version = "0.2"
[dependencies.smol_str03]
optional = true
package = "smol_str"
version = "0.3"
[dependencies.thiserror]
default-features = false
version = "2"
[dependencies.triomphe01]
default-features = false
optional = true
package = "triomphe"
version = "0.1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
alloc = []
async = ["futures-util", "std"]
default = ["std"]
std = ["byteorder/default", "thiserror/std"]
[lib]
name = "transformable"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "no-std"]
description = "Transform its representation between structured and bytes form."
documentation = "https://docs.rs/transformable"
edition = "2021"
homepage = "https://github.com/al8n/transformable"
keywords = ["wire", "bytes", "binary"]
license = "MIT OR Apache-2.0"
name = "transformable"
readme = "README.md"
repository = "https://github.com/al8n/transformable"
rust-version = "1.81.0"
version = "0.2.1"
[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