# 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 = "mach_ports" version = "0.3.0-alpha" authors = ["turbocooler "] description = "A library to manage Mach port right references and exchange Mach messages." documentation = "https://docs.rs/mach_ports" readme = "README.md" keywords = [ "mach", "darwin", ] categories = [ "api-bindings", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/turbocool3r/mach_ports_rs" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [dependencies.mach2] version = "0.4.1" [dependencies.page_size] version = "0.5"