[package] name = "fat-macho" version = "0.4.9" authors = ["messense "] description = "Mach-O Fat Binary Reader and Writer" keywords = ["fat", "mach", "macho", "universal", "universal2"] edition = "2021" readme = "README.md" license = "MIT" repository = "https://github.com/messense/fat-macho-rs.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] goblin = "0.9.0" llvm-bitcode = { version = "0.1.1", optional = true } [features] default = ["bitcode"] bitcode = ["llvm-bitcode"]