keyvaluedb 0.1.7

Key-Value Database Wrapper
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"
version = "0.1.7"
authors = ["Veilid Team <contact@veilid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Key-Value Database Wrapper"
documentation = "https://docs.rs/keyvaluedb"
readme = false
license = "MPL-2.0 OR MIT OR Apache-2.0"
repository = "https://gitlab.com/veilid/keyvaluedb"

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

[dependencies]