# 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 = "proxy-dll" version = "0.2.5" authors = ["RinLovesYou"] description = "A dynamic Windows System DLL proxy" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/RinLovesYou/dll-proxy-rs" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.proxy-sys] version = "0.2.2" [dependencies.thiserror] version = "1.0.37" [target."cfg(linux)".dependencies.ctor] version = "0.1.26" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winuser", "minwindef", "std", "libloaderapi", ]