heed3 0.22.1

A fully typed LMDB (mdb.master3) wrapper with minimum overhead with support for encryption
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"
name = "heed3"
version = "0.22.1"
authors = ["Kerollmops <renault.cle@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fully typed LMDB (mdb.master3) wrapper with minimum overhead with support for encryption"
readme = "README.md"
keywords = [
    "lmdb",
    "database",
    "storage",
    "typed",
    "encryption",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Kerollmops/heed"

[features]
arbitrary_precision = ["heed-types/arbitrary_precision"]
default = [
    "serde",
    "serde-bincode",
    "serde-json",
]
longer-keys = ["lmdb-master3-sys/longer-keys"]
mdb_idl_logn_10 = ["lmdb-master3-sys/mdb_idl_logn_10"]
mdb_idl_logn_11 = ["lmdb-master3-sys/mdb_idl_logn_11"]
mdb_idl_logn_12 = ["lmdb-master3-sys/mdb_idl_logn_12"]
mdb_idl_logn_13 = ["lmdb-master3-sys/mdb_idl_logn_13"]
mdb_idl_logn_14 = ["lmdb-master3-sys/mdb_idl_logn_14"]
mdb_idl_logn_15 = ["lmdb-master3-sys/mdb_idl_logn_15"]
mdb_idl_logn_16 = ["lmdb-master3-sys/mdb_idl_logn_16"]
mdb_idl_logn_8 = ["lmdb-master3-sys/mdb_idl_logn_8"]
mdb_idl_logn_9 = ["lmdb-master3-sys/mdb_idl_logn_9"]
posix-sem = ["lmdb-master3-sys/posix-sem"]
preserve_order = ["heed-types/preserve_order"]
raw_value = ["heed-types/raw_value"]
serde = [
    "bitflags/serde",
    "dep:serde",
]
serde-bincode = ["heed-types/serde-bincode"]
serde-json = ["heed-types/serde-json"]
serde-rmp = ["heed-types/serde-rmp"]
unbounded_depth = ["heed-types/unbounded_depth"]
use-valgrind = ["lmdb-master3-sys/use-valgrind"]

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

[[example]]
name = "heed3-all-types"
path = "examples/heed3-all-types.rs"

[[example]]
name = "heed3-encrypted"
path = "examples/heed3-encrypted.rs"

[[example]]
name = "heed3-encrypted-nested-rtxns"
path = "examples/heed3-encrypted-nested-rtxns.rs"

[[example]]
name = "heed3-nested-rtxns"
path = "examples/heed3-nested-rtxns.rs"

[[example]]
name = "prev-snapshot"
path = "examples/prev-snapshot.rs"

[dependencies.aead]
version = "0.5.2"
default-features = false

[dependencies.bitflags]
version = "2.6.0"
features = ["serde"]

[dependencies.byteorder]
version = "1.5.0"
default-features = false

[dependencies.generic-array]
version = "0.14.7"
features = ["serde"]

[dependencies.heed-traits]
version = "0.20.0"

[dependencies.heed-types]
version = "0.21.0"
default-features = false

[dependencies.libc]
version = "0.2.169"

[dependencies.lmdb-master3-sys]
version = "0.2.6"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.page_size]
version = "0.6.0"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]
optional = true

[dependencies.synchronoise]
version = "1.0.1"

[dev-dependencies.argon2]
version = "0.5.3"
features = ["std"]

[dev-dependencies.chacha20poly1305]
version = "0.10.1"

[dev-dependencies.memchr]
version = "2.7.4"

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

[dev-dependencies.rayon]
version = "1.10.0"

[dev-dependencies.roaring]
version = "0.10.10"

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

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

[target."cfg(windows)".dependencies.url]
version = "2.5.4"