# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "otool" version = "0.1.2" authors = ["Flier Lu ", "Kenan Sulayman "] description = "The otool command displays specified parts of object files or libraries. (Mach-O File Format)" homepage = "https://github.com/19h/otool-rs" documentation = "https://github.com/19h/otool-rs" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/19h/otool-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [[bin]] name = "otool" path = "src/main.rs" bench = false [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.clap] version = "2.33.1" [dependencies.diff] version = "0.1.12" [dependencies.failure] version = "0.1.8" [dependencies.hexplay] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.71" [dependencies.log] version = "0.4.8" [dependencies.mach_object] version = "0.1.14" [dependencies.memmap] version = "0.7.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.structopt] version = "0.3.15" [dependencies.time] version = "0.2.16" [dependencies.uuid] version = "0.8.1" [dependencies.walkdir] version = "2.3.1"