# 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" rust-version = "1.61" name = "mutself" version = "0.2.0" authors = ["Guillaume Anthouard "] description = "Create self-modifying executables" readme = "README.md" keywords = [ "executable", "linker", "static", "proc-macro", ] license = "MIT" repository = "https://github.com/Gui-Yom/mutself" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "parsing", "printing", "clone-impls", "proc-macro", "full", "extra-traits", ] default-features = false [target."cfg(unix)".dependencies.object] version = "0.31" features = [ "read_core", "write_std", "elf", ] default-features = false [target."cfg(windows)".dependencies.object] version = "0.31" features = [ "read_core", "write_std", "pe", ] default-features = false