# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libevent" version = "0.1.0" authors = ["Jon Magnuson ", "Grant Elbert "] description = "Rust bindings to the libevent async I/O framework" documentation = "https://docs.rs/libevent" readme = "README.md" keywords = ["libevent", "bindings", "async", "io"] categories = ["api-bindings", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/jmagnuson/libevent-rs" [dependencies.bitflags] version = "1.2" [dependencies.libevent-sys] version = "0.2" default-features = false [features] buildtime_bindgen = ["libevent-sys/buildtime_bindgen"] bundled = ["static", "libevent-sys/bundled"] default = ["pkgconfig", "openssl", "threading", "buildtime_bindgen"] openssl = ["libevent-sys/openssl"] openssl_bundled = ["libevent-sys/openssl_bundled", "threading"] pkgconfig = ["libevent-sys/pkgconfig"] static = ["libevent-sys/static"] threading = ["libevent-sys/threading"] verbose_build = ["libevent-sys/verbose_build"]