[[bin]]
name = "sui"
path = "cli.rs"
[dependencies.editpe]
default-features = false
version = "0.1.0"
[dependencies.libc]
version = "0.2"
[dependencies.sha2]
version = "0.10"
[dependencies.zerocopy]
features = ["derive"]
version = "0.7"
[lib]
name = "libsui"
path = "lib.rs"
[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A injection tool for executable formats (ELF, PE, Mach-O) that allows you to embed files into existing binary and extract them at runtime"
edition = "2021"
license = "MIT"
name = "libsui"
readme = "README.md"
repository = "https://github.com/denoland/sui"
version = "0.5.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System", "Win32_System_LibraryLoader", "Win32_Foundation"]
version = "0.48.0"
[[test]]
name = "exec"
path = "tests/exec.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "rtld_default"
path = "tests/rtld_default.rs"