nahsql 0.4.3

A database engine without SQL
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 = "2024"
name = "nahsql"
version = "0.4.3"
authors = ["Anatnaso <antondev@kuthy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A database engine without SQL"
homepage = "https://srv1351050.hstgr.cloud/Anatnaso/nahsql"
readme = "README.md"
license = "MIT"
repository = "https://srv1351050.hstgr.cloud/Anatnaso/nahsql"

[features]
default = ["std"]
std = []
tokio = ["dep:tokio"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.derive_more]
version = "2"
features = ["display"]

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.strum_macros]
version = "0.28"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["fs"]
optional = true

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