# 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" rust-version = "1.71" name = "cocoa_image" version = "1.1.0" authors = ["Kornel "] build = false include = [ "README.md", "src/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Read RGBA image using macOS Cocoa API" homepage = "https://lib.rs/crates/cocoa_image" documentation = "https://docs.rs/cocoa_image" readme = "README.md" categories = [ "api-bindings", "multimedia::images", ] license = "CC0-1.0" repository = "https://gitlab.com/imageoptim/cocoa-image.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-apple-darwin"] [lib] name = "cocoa_image" path = "src/lib.rs" [dependencies.imgref] version = "1.10.1" [dependencies.rgb] version = "0.8.47" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10" [target.'cfg(target_os = "macos")'.dependencies.core-graphics] version = "0.24" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [badges.maintenance] status = "passively-maintained"