Cargo Features
[dependencies]
libevent = { version = "0.1.0", default-features = false, features = ["static", "pkgconfig", "bundled", "buildtime_bindgen", "openssl", "openssl_bundled", "threading", "verbose_build"] }
- default = buildtime_bindgen, openssl, pkgconfig, threading
-
These default features are set whenever
libevent
is added without
somewhere in the dependency tree.default-features = false - static bundled?
-
Enables static of libevent-sys ^0.2
- pkgconfig default
-
Enables pkgconfig of libevent-sys ^0.2
- bundled = static
-
Enables bundled of libevent-sys ^0.2
- buildtime_bindgen default
-
Enables buildtime_bindgen of libevent-sys ^0.2
- openssl default
-
Enables openssl of libevent-sys ^0.2
- openssl_bundled = threading
-
Enables openssl_bundled of libevent-sys ^0.2
- threading default openssl_bundled?
-
Enables threading of libevent-sys ^0.2
- verbose_build
-
features for development
Enables verbose_build of libevent-sys ^0.2