redb 3.1.1

Rust Embedded DataBase
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.89"
name = "redb"
version = "3.1.1"
authors = ["Christopher Berner <me@cberner.com>"]
build = "build.rs"
exclude = ["fuzz/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Embedded DataBase"
homepage = "https://www.redb.org"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cberner/redb"

[features]
cache_metrics = []
logging = ["dep:log"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono_v0_4]
version = "0.4.41"
optional = true
package = "chrono"

[dependencies.log]
version = "0.4.17"
optional = true

[dependencies.uuid]
version = "1.17.0"
optional = true

[dev-dependencies.bincode]
version = "2.0.1"

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

[dev-dependencies.redb2_6]
version = "=2.6.0"
package = "redb"

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

[dev-dependencies.uuid]
version = "1.17.0"
features = ["v4"]

[target.'cfg(target_os = "wasi")'.dependencies.libc]
version = "0.2.174"

[lints.clippy]
big_endian_bytes = "deny"
dbg_macro = "deny"
host_endian_bytes = "deny"

[profile.bench]
debug = 2