# 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" rust-version = "1.71" name = "foundationdb-sys" version = "0.9.1" authors = [ "Benjamin Fry ", "Vincent Rouillé ", "Pierre Zemb ", ] build = "build.rs" 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" [package.metadata.docs.rs] features = [ "embedded-fdb-include", "fdb-7_3", ] [lib] name = "foundationdb_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.70.1" [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 = [] [badges.codecov] branch = "main" repository = "foundationdb-rs/foundationdb-rs" service = "github"