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