libmosquitto-sys 0.2.3

Unsafe FFI bindings to libmosquitto
Documentation
# 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 = "2018"
name = "libmosquitto-sys"
version = "0.2.3"
authors = ["Wez Furlong"]
build = "build.rs"
links = "mosquitto"
description = "Unsafe FFI bindings to libmosquitto"
documentation = "https://docs.rs/libmosquitto-sys"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wez/mosquitto-rs"
resolver = "2"

[dependencies.openssl-sys]
version = "0.9"
optional = true

[build-dependencies.cc]
version = "1.0"

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

[features]
default = [
    "vendored-mosquitto",
    "openssl-sys",
]
vendored-mosquitto = []
vendored-openssl = [
    "openssl-sys/vendored",
    "openssl-sys",
]