# 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 = "raqote" version = "0.8.5" authors = ["Jeff Muizelaar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D graphics library" documentation = "https://docs.rs/raqote" readme = "README.md" keywords = [ "2d", "graphics", ] categories = ["graphics"] license = "BSD-3-Clause" repository = "https://github.com/jrmuizel/raqote" [lib] name = "raqote" path = "src/lib.rs" [[example]] name = "capabilities" path = "examples/capabilities.rs" [[example]] name = "pad" path = "examples/pad.rs" [[example]] name = "stroke" path = "examples/stroke.rs" [[example]] name = "stroke-arc" path = "examples/stroke-arc.rs" [[example]] name = "sweep-gradient" path = "examples/sweep-gradient.rs" [[example]] name = "text" path = "examples/text.rs" [[bench]] name = "blend" path = "benches/blend.rs" [dependencies.euclid] version = "0.22" [dependencies.font-kit] version = "0.14" optional = true [dependencies.lyon_geom] version = "1.0" [dependencies.pathfinder_geometry] version = "0.5" optional = true [dependencies.png] version = "0.17" optional = true [dependencies.sw-composite] version = "0.7.15" [dependencies.typed-arena] version = "2.0" [features] default = [ "text", "png", ] text = [ "font-kit", "pathfinder_geometry", ]