async-memorydb 0.4.3

A key-value 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 = "2021"
name = "async-memorydb"
version = "0.4.3"
authors = ["rise0chen <rise0chen@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A key-value database"
readme = "README.md"
keywords = ["kvdb"]
license-file = "LICENSE"
repository = "https://github.com/rise0chen/async-kvdb"

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

[dependencies.async-kvdb]
version = "0"
default-features = false

[dependencies.async-lock]
version = "3"
default-features = false