eloqstore-sys 1.1.1

Low-level Rust FFI bindings 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-sys"
version = "1.1.1"
build = "build.rs"
links = "eloqstore_combine"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "src/**",
    "ffi/src/**",
    "ffi/include/**",
    "vendor/CMakeLists.txt",
    "vendor/README.md",
    "vendor/src/**",
    "vendor/include/**",
    "vendor/external/.clang-format",
    "vendor/external/aligned_storage.h",
    "vendor/external/likely.h",
    "vendor/external/random.cc",
    "vendor/external/random.h",
    "vendor/external/rocksdb_namespace.h",
    "vendor/external/span.hpp",
    "vendor/external/xxhash.c",
    "vendor/external/xxhash.h",
    "vendor/external/abseil/CMake/**",
    "vendor/external/abseil/CMakeLists.txt",
    "vendor/external/abseil/LICENSE",
    "vendor/external/abseil/AUTHORS",
    "vendor/external/abseil/absl/**",
    "vendor/external/concurrentqueue/CMakeLists.txt",
    "vendor/external/concurrentqueue/LICENSE.md",
    "vendor/external/concurrentqueue/blockingconcurrentqueue.h",
    "vendor/external/concurrentqueue/concurrentqueue.h",
    "vendor/external/concurrentqueue/concurrentqueueConfig.cmake.in",
    "vendor/external/concurrentqueue/lightweightsemaphore.h",
    "vendor/external/concurrentqueue/internal/**",
    "vendor/external/inih/ini.c",
    "vendor/external/inih/ini.h",
    "vendor/external/inih/cpp/INIReader.cpp",
    "vendor/external/inih/cpp/INIReader.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust FFI bindings for EloqStore"
homepage = "https://www.eloqdata.com"
readme = "README.md"
keywords = [
    "storage",
    "ffi",
    "kv",
    "io-uring",
    "embedded",
]
categories = [
    "api-bindings",
    "database",
]
license = "AGPL-3.0-only"
repository = "https://github.com/eloqdata/eloqstore"
resolver = "2"

[features]
default = []
metrics = []

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

[dependencies.libc]
version = "0.2"

[dependencies.tempfile]
version = "3"

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