squaredb_fm 1.0.0-beta

Squaredb - Enhance your DB with extendability and performance.
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 = "squaredb_fm"
version = "1.0.0-beta"
authors = ["@square-db"]
description = "Squaredb - Enhance your DB with extendability and performance."
readme = "README.md"
categories = [
    "squaredb",
    "db",
    "fm",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/square-db/squaredb-fm"

[profile.release]
opt-level = 3
lto = false
codegen-units = 16
debug = 0
split-debuginfo = "..."
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
incremental = false
strip = "none"

[dependencies.futures]
version = "0.3.30"

[dependencies.magic-crypt]
version = "3.1.13"

[dependencies.rayon]
version = "1.8.1"

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

[dependencies.serde_json]
version = "1.0.108"

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