[package] name = "faerie" version = "0.16.0" authors = ["m4b ", "Dan Gohman ", "Pat Hickey ", "Philip Craig ", "bjorn3 "] readme = "README.md" keywords = ["elf", "mach-o", "binary", "object", "compiler"] repository = "https://github.com/m4b/faerie" license = "MIT" description = "ELF and Mach-o native binary object file emitter" documentation = "https://docs.rs/faerie" categories = ["development-tools::debugging"] include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md", "tests/*"] edition = "2018" [dependencies] goblin = "0.3" scroll = "0.10" log = "0.4" indexmap = "1" string-interner = "0.12" target-lexicon = "0.11" thiserror = "1.0" [dev-dependencies] anyhow = "1.0" env_logger = "0.8" structopt = "0.3"