# 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.7" authors = ["messense "] 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" [dependencies.goblin] version = "0.7.1" [dependencies.llvm-bitcode] version = "0.1.1" optional = true [features] bitcode = ["llvm-bitcode"] default = ["bitcode"]