heed 0.22.1

A fully typed LMDB (mdb.master) wrapper with minimum overhead
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 = "heed"
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.master) wrapper with minimum overhead"
readme = "README.md"
keywords = [
    "lmdb",
    "database",
    "storage",
    "typed",
]
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-master-sys/longer-keys"]
mdb_idl_logn_10 = ["lmdb-master-sys/mdb_idl_logn_10"]
mdb_idl_logn_11 = ["lmdb-master-sys/mdb_idl_logn_11"]
mdb_idl_logn_12 = ["lmdb-master-sys/mdb_idl_logn_12"]
mdb_idl_logn_13 = ["lmdb-master-sys/mdb_idl_logn_13"]
mdb_idl_logn_14 = ["lmdb-master-sys/mdb_idl_logn_14"]
mdb_idl_logn_15 = ["lmdb-master-sys/mdb_idl_logn_15"]
mdb_idl_logn_16 = ["lmdb-master-sys/mdb_idl_logn_16"]
mdb_idl_logn_8 = ["lmdb-master-sys/mdb_idl_logn_8"]
mdb_idl_logn_9 = ["lmdb-master-sys/mdb_idl_logn_9"]
posix-sem = ["lmdb-master-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-master-sys/use-valgrind"]

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

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

[[example]]
name = "clear-database"
path = "examples/clear-database.rs"

[[example]]
name = "cursor-append"
path = "examples/cursor-append.rs"

[[example]]
name = "custom-comparator"
path = "examples/custom-comparator.rs"

[[example]]
name = "custom-dupsort-comparator"
path = "examples/custom-dupsort-comparator.rs"

[[example]]
name = "multi-env"
path = "examples/multi-env.rs"

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

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

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

[[example]]
name = "rmp-serde"
path = "examples/rmp-serde.rs"
required-features = ["serde-rmp"]

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

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

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

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

[dependencies.libc]
version = "0.2.175"

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

[dependencies.once_cell]
version = "1.21.3"

[dependencies.page_size]
version = "0.6.0"

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

[dependencies.synchronoise]
version = "1.0.1"

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

[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.223"
features = ["derive"]

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

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