tidesdb 0.6.7

TidesDB is a high-performance embeddable, durable, adaptive, and optionally cloud-native key-value storage engine
# 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 = "tidesdb"
version = "0.6.7"
authors = ["TidesDB <hello@tidesdb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TidesDB is a high-performance embeddable, durable, adaptive, and optionally cloud-native key-value storage engine"
homepage = "https://tidesdb.com"
documentation = "https://tidesdb.com/reference/rust/"
readme = "README.md"
keywords = [
    "database",
    "key-value",
    "storage",
    "lsm-tree",
    "storageengine",
]
categories = [
    "database",
    "data-structures",
]
license = "MPL-2.0"
repository = "https://github.com/tidesdb/tidesdb-rs"

[features]
default = ["v9_0_6"]
objectstore = []
v9_0_0 = []
v9_0_1 = []
v9_0_2 = []
v9_0_3 = []
v9_0_4 = []
v9_0_5 = []
v9_0_6 = []

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

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

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

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.flate2]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "2"