# 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 = "2021" name = "libevent-sys" version = "0.3.0" authors = [ "Steven vanZyl ", "Jon Magnuson ", "Grant Elbert ", ] build = "build.rs" links = "event" description = "Rust FFI bindings to the libevent library" readme = "README.md" keywords = [ "ffi", "libevent", "event", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/jmagnuson/libevent-rs" [dependencies.openssl-sys] version = "0.9" optional = true [build-dependencies.bindgen] version = "0.64" optional = true [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.pkg-config] version = "0.3" optional = true [features] buildtime_bindgen = ["bindgen"] bundled = [ "static", "cmake", ] default = [ "pkgconfig", "openssl", "threading", "buildtime_bindgen", ] openssl = ["openssl-sys"] openssl_bundled = [ "openssl-sys/vendored", "threading", ] pkgconfig = ["pkg-config"] static = [] threading = [] verbose_build = []