|
|
@ -1,15 +1,14 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "mongoc-sys"
|
|
|
|
name = "mongoc-sys"
|
|
|
|
version = "1.6.3"
|
|
|
|
version = "1.6.3-1"
|
|
|
|
description = "Sys package with installer and bindings for mongoc"
|
|
|
|
description = "Sys package with installer and bindings for mongoc"
|
|
|
|
authors = ["Thijs Cadier <thijs@appsignal.com>"]
|
|
|
|
authors = ["Thijs Cadier <thijs@appsignal.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
build = "build.rs"
|
|
|
|
repository = "https://github.com/thijsc/mongo-rust-driver"
|
|
|
|
repository = "https://github.com/thijsc/mongo-rust-driver"
|
|
|
|
links = "mongoc"
|
|
|
|
links = "mongoc"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
exclude = [
|
|
|
|
categories = ["external-ffi-bindings"]
|
|
|
|
"mongo-c-driver-*"
|
|
|
|
exclude = ["mongo-c-driver-*"]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
libc = "0.2"
|
|
|
|