sled-overlay 0.1.20

Overlay mechanism for sled
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 = "sled-overlay"
version = "0.1.20"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Overlay mechanism for sled"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/parazyd/sled-overlay"

[features]
default = []

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

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

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

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

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

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

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

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

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

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

[dependencies.sled]
version = "0.34"

[dev-dependencies.smol]
version = "2"