yugendb-memory 0.1.0

In-memory yugendb driver for local and test storage.
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.78"
name = "yugendb-memory"
version = "0.1.0"
authors = ["2rkf"]
build = false
exclude = [
    "tests/**",
    "benches/**",
    "examples/**",
    "*.sqlite",
    "*.zip",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory yugendb driver for local and test storage."
homepage = "https://github.com/2rkf/yugendb"
documentation = "https://docs.rs/yugendb-memory"
readme = "README.md"
keywords = [
    "database",
    "key-value",
    "document",
    "storage",
    "typed",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/2rkf/yugendb"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.yugendb-core]
version = "0.1.0"

[dev-dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[lints.clippy]
all = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"