savefile 0.20.4

Simple, convenient, fast, versioned, binary serialization/deserialization library.
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 = "2021"
rust-version = "1.82"
name = "savefile"
version = "0.20.4"
authors = ["Anders Musikka <anders@andersmusikka.se>"]
build = "build.rs"
exclude = ["*.bin"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, convenient, fast, versioned, binary serialization/deserialization library."
homepage = "https://github.com/avl/savefile/"
documentation = "https://docs.rs/savefile/"
readme = "README.md"
keywords = [
    "serialization",
    "deserialization",
    "introspection",
]
categories = ["encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/avl/savefile"

[features]
bit-set = [
    "dep:bit-set",
    "bit-vec",
]
bit-set08 = [
    "dep:bit-set08",
    "bit-vec08",
]
compression = ["bzip2"]
default = [
    "indexmap",
    "arrayvec",
    "smallvec",
    "bit-vec",
    "parking_lot",
    "bit-set",
    "bit-set08",
    "bit-vec08",
    "chrono",
    "derive",
]
derive = ["dep:savefile-derive"]
encryption = [
    "ring",
    "rand",
]
nightly = []
serde_derive = [
    "dep:serde_derive",
    "serde",
]
size_sanity_checks = []

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

[dependencies.arrayvec]
version = "0.7"
optional = true

[dependencies.bit-set]
version = "0.5"
optional = true

[dependencies.bit-set08]
version = "0.8"
optional = true
package = "bit-set"

[dependencies.bit-vec]
version = "0.6"
optional = true

[dependencies.bit-vec08]
version = "0.8"
optional = true
package = "bit-vec"

[dependencies.byteorder]
version = "1.4"

[dependencies.bzip2]
version = "0.4.4"
optional = true

[dependencies.chrono]
version = "0.4.39"
optional = true

[dependencies.ecolor]
version = "0.30"
optional = true

[dependencies.emath]
version = "0.30"
optional = true

[dependencies.indexmap]
version = "2.11.0"
optional = true

[dependencies.memoffset]
version = "0.9"

[dependencies.nalgebra]
version = "0.33"
optional = true

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.quickcheck]
version = "1.0"
optional = true

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.ring]
version = "0.17.8"
optional = true

[dependencies.rustc-hash]
version = "2.1.0"
optional = true

[dependencies.savefile-derive]
version = "=0.20.4"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.smallvec]
version = "1.11"
optional = true

[dev-dependencies.savefile-derive]
version = "=0.20.4"

[build-dependencies.rustc_version]
version = "0.4"