# 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 = "raqote-utils" version = "0.3.1" authors = ["sk337 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of utilities for working with the [raqote](https://github.com/jrmuizel/raqote) 2D graphics library." homepage = "https://github.com/sk337/raqote-utils" readme = "README.md" license = "MIT" [lib] name = "raqote_utils" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.euclid] version = "0.22.11" [dependencies.font-kit] version = "0.13.2" [dependencies.pathfinder_geometry] version = "0.5.1" [dependencies.raqote] version = "0.8.4" [dependencies.rustybuzz] version = "0.18.0"