cached_db 0.2.2

A NoSQL database with a built in cache layer.
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 = "cached_db"
version = "0.2.2"
authors = ["Cyteon"]
exclude = ["/db"]
description = "A NoSQL database with a built in cache layer."
keywords = [
    "database",
    "cache",
]
license = "MIT"
license-file = "LICENSE"

[dependencies.bson]
version = "2.13.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]