# 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-cairo" version = "0.7.0-cairo18" authors = ["Raph Levien "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cairo 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" [lib] name = "piet_cairo" path = "src/lib.rs" [[example]] name = "test-picture" path = "examples/test-picture.rs" [[bench]] name = "make_image" path = "benches/make_image.rs" harness = false [dependencies.cairo-rs] version = "0.18.5" default-features = false [dependencies.pango] version = "0.18.3" features = ["v1_44"] [dependencies.pangocairo] version = "0.18.0" [dependencies.piet] version = "=0.7.0-cairo18" [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.xi-unicode] version = "0.3.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.piet] version = "=0.7.0-cairo18" features = ["samples"]