# 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 = "libuv-sys-lite" version = "1.48.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny, raw bindings to libuv without linking to it" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/nathanwhit/libuv-sys-lite" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-msvc", ] [lib] name = "libuv_sys_lite" path = "src/lib.rs" [dependencies.libloading] version = "0.8.5" optional = true [build-dependencies.bindgen] version = "0.70.1" [features] default = [] dyn-symbols = ["dep:libloading"] warn-missing = [] [target.'cfg(target_env = "msvc")'.dependencies.libloading] version = "0.8.5"