db185 0.2.0

Support for Berkeley DB 1.85
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.85.1"
name = "db185"
version = "0.2.0"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
build = false
exclude = [
    "tests/data/",
    "tools/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for Berkeley DB 1.85"
homepage = "https://github.com/jperkin/db185"
documentation = "https://docs.rs/db185"
readme = "README.md"
keywords = [
    "berkeleydb",
    "pkgsrc",
]
license = "ISC"
repository = "https://github.com/jperkin/db185"

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

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

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

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

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

[dependencies.memmap2]
version = "0.9.10"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.anyhow]
version = "1.0.102"

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

[dev-dependencies.zstd]
version = "0.13.3"