# 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 = "rustclr" version = "0.1.1" build = false exclude = [ ".gitignore", "cli/", "target/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Host CLR and run .NET binaries using Rust" homepage = "https://github.com/joaoviictorti/rustclr" readme = "README.md" keywords = [ "dotnet", "clr", "windows", "rust", "redteam", ] categories = [ "os", "filesystem", "api-bindings", ] license = "MIT" repository = "https://github.com/joaoviictorti/rustclr" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", ] [lib] name = "rustclr" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.65" [dependencies.windows-core] version = "0.58.0" [dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_Com", "Win32_System_Ole", "Win32_System_Variant", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", ]