[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
default-features = false
features = ["parsing", "printing", "clone-impls", "proc-macro", "full", "extra-traits"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Guillaume Anthouard <guillaume.anthouard@hotmail.fr>"]
description = "Create self-modifying executables"
edition = "2021"
keywords = ["executable", "linker", "static", "proc-macro"]
license = "MIT"
name = "mutself"
readme = "README.md"
repository = "https://github.com/Gui-Yom/mutself"
rust-version = "1.61"
version = "0.1.0"
[target."cfg(unix)".dependencies.object]
default-features = false
features = ["read_core", "write_std", "elf"]
version = "0.30"
[target."cfg(windows)".dependencies.object]
default-features = false
features = ["read_core", "write_std", "pe"]
version = "0.30"