# 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" name = "fat-macho" version = "0.4.9" authors = ["messense "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mach-O Fat Binary Reader and Writer" readme = "README.md" keywords = [ "fat", "mach", "macho", "universal", "universal2", ] license = "MIT" repository = "https://github.com/messense/fat-macho-rs.git" [lib] name = "fat_macho" path = "src/lib.rs" [dependencies.goblin] version = "0.9.0" [dependencies.llvm-bitcode] version = "0.1.1" optional = true [features] bitcode = ["llvm-bitcode"] default = ["bitcode"]