# 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 = "apple-aslrtool" version = "1.0.0" authors = ["Cascade"] description = "Simple utility to fetch ASLR slide on macOS >= 10.7 (recommended macOS >= 11) for x86_64 and aarch64 binaries" homepage = "https://github.com/cvscade/apple-aslrtool" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cvscade/apple-aslrtool" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" rpath = false panic = "abort" strip = "symbols" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.libc] version = "0.2.147" [dependencies.mach2] version = "0.4.1" [dependencies.psutil] version = "3.2.2"