# 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 = "is_proc_translated" version = "0.1.1" authors = ["Andres Suarez "] description = "Detect if the current process is running as a translated binary under Rosetta" documentation = "https://docs.rs/is_proc_translated" readme = "README.md" categories = ["os::macos-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/zertosh/is_proc_translated" [target."cfg(all(target_os = \"macos\", target_arch = \"x86_64\"))".dependencies.libc] version = "0.2"