[[bin]]
name = "cargo-shellcode"
path = "src/main.rs"
[build-dependencies.cmake]
version = "0.1.50"
[dependencies.cargo-subcommand]
version = "0.12.0"
[dependencies.cargo_metadata]
version = "0.18.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.15"
[dependencies.goblin]
version = "0.8.2"
[dependencies.thiserror]
version = "1.0.63"
[dev-dependencies.nix]
features = ["mman", "fs"]
version = "0.29.0"
[lib]
name = "cargo_shellcode"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Compile a Rust crate into shellcode"
edition = "2021"
keywords = ["shellcode", "rust", "cargo", "binary"]
license = "Apache-2.0"
name = "cargo-shellcode"
readme = "README.md"
repository = "https://github.com/novafacing/cargo-shellcode"
version = "0.1.0"
[[test]]
name = "test_hello_world"
path = "tests/test_hello_world.rs"