foundationdb-sys 0.11.0

Bindings to the C api for FoundationDB
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"
rust-version = "1.85.1"
name = "foundationdb-sys"
version = "0.11.0"
authors = [
    "Benjamin Fry <benjaminfry@me.com>",
    "Vincent Rouillé <vincent@clikengo.com>",
    "Pierre Zemb <contact@pierrezemb.fr>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bindings to the C api for FoundationDB
"""
documentation = "https://docs.rs/foundationdb-sys"
readme = "README.md"
keywords = [
    "foundationdb",
    "kv",
]
categories = ["database"]
license = "MIT/Apache-2.0"
repository = "https://github.com/foundationdb-rs/foundationdb-rs"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "embedded-fdb-include",
    "fdb-7_4",
]

[badges.codecov]
branch = "main"
repository = "foundationdb-rs/foundationdb-rs"
service = "github"

[features]
default = []
embedded-fdb-include = []
fdb-5_1 = []
fdb-5_2 = []
fdb-6_0 = []
fdb-6_1 = []
fdb-6_2 = []
fdb-6_3 = []
fdb-7_0 = []
fdb-7_1 = []
fdb-7_3 = []
fdb-7_4 = []

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

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72.1"