eloqstore 1.1.1

High-level Rust SDK for EloqStore
# 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 = "eloqstore"
version = "1.1.1"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "examples/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Rust SDK for EloqStore"
homepage = "https://www.eloqdata.com"
readme = "README.md"
keywords = [
    "storage",
    "kv",
    "database",
    "embedded",
    "io-uring",
]
categories = [
    "database",
    "api-bindings",
]
license = "AGPL-3.0-only"
repository = "https://github.com/eloqdata/eloqstore"
resolver = "2"

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

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

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

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

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

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

[dependencies.eloqstore-sys]
version = "1.1.1"