1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "cocoa-foundation"
15version = "0.1.0"
16authors = ["The Servo Project Developers"]
17description = "Bindings to Cocoa Foundation for macOS"
18homepage = "https://github.com/servo/core-foundation-rs"
19license = "MIT / Apache-2.0"
20repository = "https://github.com/servo/core-foundation-rs"
21[package.metadata.docs.rs]
22default-target = "x86_64-apple-darwin"
23[dependencies.bitflags]
24version = "1.0"
25
26[dependencies.block]
27version = "0.1"
28
29[dependencies.core-foundation]
30version = "0.9"
31
32[dependencies.core-graphics-types]
33version = "0.1"
34
35[dependencies.foreign-types]
36version = "0.3"
37
38[dependencies.libc]
39version = "0.2"
40
41[dependencies.objc]
42version = "0.2.3"
43