jopcall 0.1.0

Dynamically executed Windows Syscalls via JOP/ROP
Documentation
# 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 = "jopcall"
version = "0.1.0"
authors = ["Noah Kirchner"]
build = false
exclude = ["/target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamically executed Windows Syscalls via JOP/ROP"
readme = "README.md"
keywords = [
    "cybersecurity",
    "malware",
    "syscalls",
]
license = "MIT"
repository = "https://github.com/NoahKirchner/jopcall"

[lib]
name = "jopcall"
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/example.rs"

[dependencies.jopcall_proc_macro]
version = "0.1.0"

[profile.release]
opt-level = 0
lto = false
codegen-units = 1