[package]
name = "couchbase-sys"
version = "1.0.0-alpha.4"
authors = ["Michael Nitschinger <michael.nitschinger@couchbase.com>"]
build = "build/main.rs"
links = "libcouchbase"
license = "Apache-2.0"
keywords = ["couchbase", "database", "ffi", "libcouchbase"]
categories = ["database", "asynchronous", "external-ffi-bindings"]
description = "Rust bindings to the libcouchbase C Couchbase SDK."
repository = "https://github.com/couchbaselabs/couchbase-rs"
homepage = "https://github.com/couchbaselabs/couchbase-rs"
documentation = "https://docs.rs/couchbase-sys"
edition = "2018"
[dependencies]
openssl-sys = "0.9.58"
[build-dependencies]
cc = "1.0"
[build-dependencies.bindgen]
version = "0.54"
default-features = false
features = ["logging", "runtime", "which-rustfmt"]
[features]
default = []
link-static = []
volatile = []