[package] name = "metagoblin" version = "0.10.0" authors = ["m4b "] license = "MIT" keywords = ["goblin", "elf", "mach", "pe", "metadata"] repository = "https://github.com/m4b/metagoblin" documentation = "https://docs.rs/metagoblin" description = "Generates metadata for a binary format using goblin" include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] edition = "2021" [dependencies] goblin = { version = "0.8" } log = "0.4"