# 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" rust-version = "1.65.0" name = "piet-tiny-skia" version = "0.2.3" authors = ["John Nunley "] description = "A two-dimensional vector graphics implementation atop tiny-skia" homepage = "https://codeberg.org/notgull/piet-tiny-skia" readme = "README.md" keywords = [ "gpu", "graphics", "2d", ] categories = ["rendering::graphics-api"] license = "LGPL-3.0-or-later OR MPL-2.0" repository = "https://codeberg.org/notgull/piet-tiny-skia" [dependencies.cosmic-text] version = "0.9.0" features = ["swash"] default-features = false [dependencies.piet] version = "0.6.2" [dependencies.piet-cosmic-text] version = "0.3.0" [dependencies.tiny-skia] version = "0.11.1" features = ["std"] default-features = false [dependencies.tinyvec] version = "1.6.0" features = ["alloc"] [dependencies.zeno] version = "0.2.2" default-features = false [dev-dependencies.piet] version = "0.6.2" features = ["samples"] [dev-dependencies.tiny-skia] version = "0.11.1"