# 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" name = "piet-coregraphics" version = "0.7.0-cairo18" authors = ["Jeff Muizelaar , Raph Levien , Colin Rofls "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CoreGraphics backend for piet 2D graphics abstraction." readme = "README.md" keywords = [ "graphics", "2d", ] categories = ["rendering::graphics-api"] license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/piet" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "piet_coregraphics" path = "src/lib.rs" [[example]] name = "test-picture" path = "examples/test-picture.rs" [dependencies.associative-cache] version = "2.0.0" [dependencies.core-foundation] version = "0.10.0" [dependencies.core-foundation-sys] version = "0.8.7" [dependencies.core-graphics] version = "0.24.0" [dependencies.core-text] version = "21.0.0" [dependencies.foreign-types] version = "0.5.0" [dependencies.piet] version = "=0.7.0-cairo18" [dev-dependencies.piet] version = "=0.7.0-cairo18" features = ["samples"]