# 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 = "core-graphics" version = "0.24.0" authors = ["The Servo Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to Core Graphics 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] all-features = true default-target = "x86_64-apple-darwin" [lib] name = "core_graphics" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.core-foundation] version = "0.10" default-features = false [dependencies.core-graphics-types] version = "0.2" default-features = false [dependencies.foreign-types] version = "0.5.0" [dependencies.libc] version = "0.2" [features] default = ["link"] elcapitan = [] highsierra = [] link = [ "core-foundation/link", "core-graphics-types/link", ]