# 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 = "inject-lib" version = "0.3.3" authors = ["C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>"] description = "A windows dll injection library written in rust with minimal dependencies." homepage = "https://github.com/C0D3-M4513R/inject-lib" documentation = "https://docs.rs/inject-lib" readme = "README.md" keywords = [ "dll-injection", "dll", "injector", "windows", "nostd", ] categories = [] license = "LGPL-2.1-only OR MIT" repository = "https://github.com/C0D3-M4513R/inject-lib" [package.metadata.docs.rs] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [lib] required-features = ["alloc"] [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.10" features = ["race"] default-features = false [dependencies.widestring] version = "1" default-features = false [dev-dependencies.simple_logger] version = "4.0.0" default-features = false [dev-dependencies.thread_local] version = "1.1.4" [features] alloc = [ "once_cell/alloc", "widestring/alloc", ] default = [ "alloc", "std", ] nightly = [] ntdll = ["ntapi"] std = [ "pelite/mmap", "once_cell/std", "widestring/std", "alloc", ] x86tox64 = ["ntdll"] [target."cfg(target_family=\"windows\")".dependencies.ntapi] version = "0.4" optional = true [target."cfg(target_family=\"windows\")".dependencies.pelite] version = "0.10" features = ["derive_pod"] default-features = false [target."cfg(target_family=\"windows\")".dependencies.winapi] version = "0.3" features = [ "winnt", "ntdef", "basetsd", "minwindef", "errhandlingapi", "tlhelp32", "handleapi", "processthreadsapi", "libloaderapi", "wow64apiset", "sysinfoapi", "memoryapi", "synchapi", "winbase", "impl-debug", "impl-default", ]