bincode_reloaded 3.1.1

A binary serialization / deserialization strategy for transforming structs into bytes and vice versa! Maintained, drop-in replacement for bincode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.86.0"
name = "bincode_reloaded"
version = "3.1.1"
authors = [
    "Ty Overby <ty@pre-alpha.com>",
    "Zoey Riordan <zoey@dos.cafe>",
    "Victor Koenders <bincode@trangar.com>",
    "Chris Butler <chris.butler@butlergroup.net>",
]
build = false
exclude = [
    "logo.svg",
    "examples/*",
    ".gitignore",
    ".github/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa! Maintained, drop-in replacement for bincode."
documentation = "https://docs.rs/bincode_reloaded"
readme = "README.md"
keywords = [
    "binary",
    "encode",
    "decode",
    "serialize",
    "deserialize",
]
categories = [
    "encoding",
    "data-structures",
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/butlergroup/bincode_reloaded"

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

[features]
alloc = ["serde?/alloc"]
default = [
    "std",
    "derive",
]
derive = ["bincode_reloaded_derive"]
std = [
    "alloc",
    "serde?/std",
]

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

[[test]]
name = "alloc"
path = "tests/alloc.rs"

[[test]]
name = "atomic"
path = "tests/atomic.rs"

[[test]]
name = "basic_types"
path = "tests/basic_types.rs"

[[test]]
name = "context"
path = "tests/context.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "derive_rename"
path = "tests/derive_rename.rs"

[[test]]
name = "error_size"
path = "tests/error_size.rs"

[[test]]
name = "issues"
path = "tests/issues.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "std"
path = "tests/std.rs"

[[test]]
name = "utils"
path = "tests/utils.rs"

[[bench]]
name = "inline"
path = "benches/inline.rs"
harness = false

[[bench]]
name = "string"
path = "benches/string.rs"
harness = false

[[bench]]
name = "varint"
path = "benches/varint.rs"
harness = false

[dependencies.bincode_reloaded_derive]
version = "3.1.1"
optional = true

[dependencies.serde]
version = "1.0.228"
optional = true
default-features = false

[dependencies.unty]
version = "0.0.5"

[dev-dependencies.bincode_1]
version = "1.3.3"
package = "bincode"

[dev-dependencies.bumpalo]
version = "3.20.2"
features = ["collections"]

[dev-dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

[dev-dependencies.glam]
version = "0.32.1"
features = ["serde"]

[dev-dependencies.ouroboros]
version = "0.18.5"

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

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

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

[dev-dependencies.serde_json]
version = "1.0.149"
default-features = false

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

[dev-dependencies.uuid]
version = "1.22.0"
features = ["serde"]

[profile.bench]
lto = true
codegen-units = 1
debug = 1