# 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 = "libuv-sys2" version = "1.49.2" authors = ["Bob Matcuk "] build = "build.rs" links = "uv" autobins = false autoexamples = false autotests = false autobenches = false description = "Thin FFI bindings for libuv" homepage = "https://github.com/bmatcuk/libuv-sys/" readme = "README.md" keywords = [ "events", "libevent", "loop", ] categories = [ "command-line-interface", "external-ffi-bindings", ] license-file = "LICENSE" repository = "https://github.com/bmatcuk/libuv-sys/" [lib] name = "libuv_sys2" path = "src/lib.rs" [[example]] name = "raw_tty_echo" path = "examples/raw_tty_echo.rs" [build-dependencies.bindgen] version = "0.68.1" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3.17" [features] skip-pkg-config = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "bmatcuk/libuv-sys"