[dependencies.derive-io-macros]
version = "=0.3.2"
[dependencies.tokio]
optional = true
version = "1.45"
[features]
default = ["std"]
std = []
tokio = ["dep:tokio"]
[lib]
name = "derive_io"
path = "src/lib.rs"
[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "derive macros for `std::io::{Read,Write}`, `tokio::io::{AsyncRead,AsyncWrite}` and more"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "derive-io"
readme = "README.md"
repository = "https://github.com/mmastrac/derive-io"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["tokio"]