bincode 2.0.0-alpha.0

A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
Documentation
[[bench]]
harness = false
name = "varint"
[dependencies.bincode_derive]
optional = true
version = "2.0.0-alpha.0"

[dependencies.serde]
optional = true
version = "1.0.130"
[dev-dependencies.criterion]
version = "0.3"

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

[dev-dependencies.serde_derive]
version = "1.0.130"

[dev-dependencies.serde_json]
version = "1.0.68"

[dev-dependencies.tempfile]
version = "3.2.0"

[features]
alloc = []
atomic = []
default = ["std", "derive", "atomic"]
derive = ["bincode_derive"]
std = ["alloc"]

[package]
authors = ["Ty Overby <ty@pre-alpha.com>", "Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
categories = ["encoding", "network-programming"]
description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!"
documentation = "https://docs.rs/bincode"
edition = "2021"
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
license = "MIT"
name = "bincode"
publish = true
readme = "./readme.md"
repository = "https://github.com/bincode-org/bincode"
resolver = "2"
version = "2.0.0-alpha.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.bench]
codegen-units = 1
debug = 1