[package] name = "mongo-c-sys" version = "1.16.3" authors = ["Cajun "] edition = "2018" build = "build.rs" description = "Autogen wrapper around mongoc lib" license = "MIT" categories = ["external-ffi-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" openssl-sys = { version = "0.9", features = ["vendored"] } [build-dependencies] bindgen = "0.51.1" cmake = "0.1" pkg-config = "0.3" vcpkg = "0.2.6"