From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- vendor/libloading/Cargo.toml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'vendor/libloading/Cargo.toml') diff --git a/vendor/libloading/Cargo.toml b/vendor/libloading/Cargo.toml index 39b41f3e4..65168d585 100644 --- a/vendor/libloading/Cargo.toml +++ b/vendor/libloading/Cargo.toml @@ -12,25 +12,40 @@ [package] rust-version = "1.40.0" name = "libloading" -version = "0.7.3" +version = "0.7.4" authors = ["Simonas Kazlauskas "] description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety." documentation = "https://docs.rs/libloading/" readme = "README.mkd" -keywords = ["dlopen", "load", "shared", "dylib"] +keywords = [ + "dlopen", + "load", + "shared", + "dylib", +] categories = ["api-bindings"] license = "ISC" repository = "https://github.com/nagisa/rust_libloading/" + [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "libloading_docs"] +rustdoc-args = [ + "--cfg", + "libloading_docs", +] + [dev-dependencies.libc] version = "0.2" [dev-dependencies.static_assertions] version = "1.1" + [target."cfg(unix)".dependencies.cfg-if] version = "1" + [target."cfg(windows)".dependencies.winapi] version = "0.3" -features = ["errhandlingapi", "libloaderapi"] +features = [ + "errhandlingapi", + "libloaderapi", +] -- cgit v1.2.3