# 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 = "cocoa" version = "0.26.0" authors = ["The Servo Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to Cocoa for macOS" homepage = "https://github.com/servo/core-foundation-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/servo/core-foundation-rs" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "cocoa" path = "src/lib.rs" [[example]] name = "color" path = "examples/color.rs" [[example]] name = "fullscreen" path = "examples/fullscreen.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "nsvisualeffectview_blur" path = "examples/nsvisualeffectview_blur.rs" [[example]] name = "tab_view" path = "examples/tab_view.rs" [dependencies.bitflags] version = "2" [dependencies.block] version = "0.1" [dependencies.cocoa-foundation] version = "0.2" default-features = false [dependencies.core-foundation] version = "0.10" default-features = false [dependencies.core-graphics] version = "0.24" default-features = false [dependencies.foreign-types] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.objc] version = "0.2.3" [features] default = ["link"] link = [ "core-foundation/link", "cocoa-foundation/link", "core-graphics/link", ]