# 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 = "2018" name = "mach_object" version = "0.1.17" authors = ["Flier Lu "] description = "Mach-O File Format Parser for Rust" homepage = "http://flier.github.io/rust-macho/" documentation = "http://flier.github.io/rust-macho/" license = "Apache-2.0" repository = "https://github.com/flier/rust-macho" [lib] name = "mach_object" [[example]] name = "otool" required-features = ["display"] [dependencies.bitflags] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] optional = true [dependencies.uuid] version = "1.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.diff] version = "0.1" [dev-dependencies.hexplay] version = "0.2" [dev-dependencies.memmap] version = "0.7" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.walkdir] version = "2.2" [features] default = ["display"] display = ["time"] integration_tests = []