fjall 3.0.2

Log-structured, embeddable key-value storage engine
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.91.0"
name = "fjall"
version = "3.0.2"
build = false
include = [
    "src/**/*",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Log-structured, embeddable key-value storage engine"
homepage = "https://github.com/fjall-rs/fjall"
readme = "README.md"
keywords = [
    "database",
    "key-value",
    "lsm",
    "rocksdb",
    "leveldb",
]
categories = [
    "data-structures",
    "database-implementations",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fjall-rs/fjall"

[package.metadata.cargo-all-features]
denylist = ["__internal_whitebox"]

[features]
__internal_whitebox = []
bytes_1 = ["lsm-tree/bytes_1"]
default = ["lz4"]
lz4 = [
    "lsm-tree/lz4",
    "dep:lz4_flex",
]
metrics = ["lsm-tree/metrics"]

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

[dependencies.byteorder]
version = "0.1.0"
package = "byteorder-lite"

[dependencies.byteview]
version = "~0.10.0"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.flume]
version = "0.12.0"
default-features = false

[dependencies.log]
version = "0.4.27"

[dependencies.lsm-tree]
version = "~3.0.2"
features = []
default-features = false

[dependencies.lz4_flex]
version = "0.11.5"
optional = true

[dependencies.tempfile]
version = "3.20.0"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[dev-dependencies.nanoid]
version = "0.4.0"

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

[dev-dependencies.test-log]
version = "0.2.18"