keyvaluedb-memorydb 0.1.7

A key-value in-memory database that implements the `KeyValueDB` trait
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.82.0"
name = "keyvaluedb-memorydb"
version = "0.1.7"
authors = ["Veilid Team <contact@veilid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A key-value in-memory database that implements the  `KeyValueDB` trait"
documentation = "https://docs.rs/keyvaluedb-memorydb"
readme = false
license = "MPL-2.0 OR MIT OR Apache-2.0"
repository = "https://gitlab.com/veilid/keyvaluedb"

[features]
default = []

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

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

[dependencies.keyvaluedb]
version = "0.1.7"

[dependencies.parking_lot]
version = "0.12.5"

[dev-dependencies.keyvaluedb-shared-tests]
version = "0.1.7"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-futures]
version = "0.4.58"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3.58"

[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "macros",
]