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 = "core-foundation"
15version = "0.9.2"
16authors = ["The Servo Project Developers"]
17description = "Bindings to Core Foundation for macOS"
18homepage = "https://github.com/servo/core-foundation-rs"
19keywords = ["macos", "framework", "objc"]
20categories = ["os::macos-apis"]
21license = "MIT / Apache-2.0"
22repository = "https://github.com/servo/core-foundation-rs"
23[package.metadata.docs.rs]
24default-target = "x86_64-apple-darwin"
25[dependencies.chrono]
26version = "0.4"
27optional = true
28
29[dependencies.core-foundation-sys]
30version = "0.8.0"
31
32[dependencies.libc]
33version = "0.2"
34
35[dependencies.uuid]
36version = "0.5"
37optional = true
38
39[features]
40mac_os_10_7_support = ["core-foundation-sys/mac_os_10_7_support"]
41mac_os_10_8_features = ["core-foundation-sys/mac_os_10_8_features"]
42with-chrono = ["chrono"]
43with-uuid = ["uuid"]
44