couchbase-sys 0.3.0

Rust bindings to the libcouchbase C Couchbase SDK.
[build-dependencies.bindgen]
optional = true
version = "0.30"

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

[build-dependencies.pkg-config]
version = "0.3"

[features]
build-lcb = ["cmake"]
generate-binding = ["bindgen"]

[lib]
doctest = false

[package]
authors = ["Michael Nitschinger <michael.nitschinger@couchbase.com>"]
build = "build.rs"
categories = ["database", "asynchronous", "external-ffi-bindings"]
description = "Rust bindings to the libcouchbase C Couchbase SDK."
documentation = "https://docs.rs/couchbase-sys"
homepage = "https://github.com/couchbaselabs/couchbase-rs"
keywords = ["couchbase", "database", "ffi", "libcouchbase"]
license = "Apache-2.0"
links = "libcouchbase"
name = "couchbase-sys"
repository = "https://github.com/couchbaselabs/couchbase-rs"
version = "0.3.0"