# 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 = "memlibload" version = "0.2.1" description = "A memory for loading binaries in memory without touching disk." documentation = "https://docs.rs/memlibload/" license = "MIT OR Apache-2.0" repository = "https://github.com/Reboare/memlibload" resolver = "2" [dependencies.thiserror] version = "1" [target."cfg(target_os = \"macos\")".dependencies.mach_o_sys] version = "0.1.1" [target."cfg(target_os = \"windows\")".dependencies.mscoree_sys_2] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.mscorlib-sys] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.oaidl] version = "0.2.1" [target."cfg(target_os = \"windows\")".dependencies.obfstr] version = "0.3" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "0.5.1" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["guiddef", "ntdef", "minwindef", "basetsd", "objidlbase", "libloaderapi"]