# 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 = "parasite" version = "0.1.1" description = "Utilities for an Injected Windows Dll" homepage = "https://github.com/0xFounders/parasite" readme = "README.md" license = "MIT" repository = "https://github.com/0xFounders/parasite" [package.metadata.docs.rs] features = [ "panic", "logs", ] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.chrono] version = "0.4.22" optional = true [dependencies.log] version = "0.4.17" [dependencies.simplelog] version = "0.12.0" optional = true [dependencies.widestring] version = "1.0.2" optional = true [dependencies.winapi] version = "0.3.9" features = ["winuser"] [features] default = [ "panic", "logs", ] logs = ["dep:simplelog"] panic = [ "dep:chrono", "dep:widestring", ]