nedb-engine 2.3.3

NEDB v2 — content-addressed DAG storage engine with NQL and HTTP server (nedbd binary)
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 = "nedb-engine"
version = "2.3.3"
build = false
exclude = [
    "../../python/**",
    "../../dist/**",
    "../../tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NEDB v2 — content-addressed DAG storage engine with NQL and HTTP server (nedbd binary)"
homepage = "https://github.com/aiassistsecure/nedb"
readme = "README.md"
keywords = [
    "database",
    "dag",
    "embedded",
    "time-travel",
    "graph",
]
categories = [
    "database-implementations",
    "web-programming::http-server",
]
license = "BUSL-1.1"
repository = "https://github.com/aiassistsecure/nedb"

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

[[bin]]
name = "nedbd"
path = "src/main.rs"

[[example]]
name = "v3_bench"
path = "examples/v3_bench.rs"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = [
    "json",
    "query",
]

[dependencies.blake2]
version = "0.10"

[dependencies.dashmap]
version = "5"

[dependencies.futures-core]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

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

[dev-dependencies.tempfile]
version = "3"