# 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 = "libload_reflective" version = "0.1.11" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A package to reflectively load libraries from memory" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrLochness350/Libload-Reflective" [lib] name = "libload_reflective" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.161" [dependencies.windows] version = "0.58.0" features = [ "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_System_SystemInformation", ]