capwriter 0.4.0

Fast saving and loading with annotating cap for vector and slice
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.bytemuck]
version = "1.22"

[dependencies.tokio]
default-features = false
features = ["io-util"]
optional = true
version = "1"

[dev-dependencies.bincode]
features = ["std"]
version = "2.0"

[dev-dependencies.criterion]
version = "0.3.5"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.serde]
version = "1.0.136"

[dev-dependencies.tokio]
default-features = false
features = ["io-util", "rt", "macros", "rt-multi-thread"]
version = "1"

[features]
async-tokio = ["dep:tokio"]
default = []

[lib]
name = "capwriter"
path = "src/lib.rs"

[package]
authors = ["baku4 <bahkhun@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast saving and loading with annotating cap for vector and slice"
edition = "2021"
license = "MIT"
name = "capwriter"
readme = "README.md"
resolver = "2"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]