lbasedb 0.1.11

Low level DBMS in Rust focusing on datasets.
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 = "lbasedb"
version = "0.1.11"
authors = ["Alexander Khlebushchev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level DBMS in Rust focusing on datasets."
readme = "README.md"
license = "MIT"
repository = "https://github.com/fomalhaut88/lbasedb"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.regex]
version = "1.12.3"

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

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