1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13rust-version = "1.56.0" 14name = "libloading" 15version = "0.8.3" 16authors = ["Simonas Kazlauskas <[email protected]>"] 17description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety." 18documentation = "https://docs.rs/libloading/" 19readme = "README.mkd" 20keywords = [ 21 "dlopen", 22 "load", 23 "shared", 24 "dylib", 25] 26categories = ["api-bindings"] 27license = "ISC" 28repository = "https://github.com/nagisa/rust_libloading/" 29 30[package.metadata.docs.rs] 31all-features = true 32rustdoc-args = [ 33 "--cfg", 34 "libloading_docs", 35] 36 37[dev-dependencies.libc] 38version = "0.2" 39 40[dev-dependencies.static_assertions] 41version = "1.1" 42 43[target."cfg(unix)".dependencies.cfg-if] 44version = "1" 45 46[target."cfg(windows)".dependencies.windows-targets] 47version = ">=0.48, <0.53" 48 49[target."cfg(windows)".dev-dependencies.windows-sys] 50version = "0.52" 51features = ["Win32_Foundation"] 52