# 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.75" name = "vello" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A GPU compute-centric 2D renderer." readme = "README.md" keywords = [ "2d", "vector-graphics", ] categories = [ "rendering", "graphics", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/vello" [lib] name = "vello" path = "src/lib.rs" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.futures-intrusive] version = "0.5.0" [dependencies.log] version = "0.4.22" [dependencies.peniko] version = "0.2.0" [dependencies.png] version = "0.17.14" [dependencies.raw-window-handle] version = "0.6.2" [dependencies.skrifa] version = "0.22.3" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.64" [dependencies.vello_encoding] version = "0.3.0" [dependencies.vello_shaders] version = "0.3.0" [dependencies.wgpu] version = "22.1.0" optional = true [dependencies.wgpu-profiler] version = "0.18.2" optional = true [features] buffer_labels = [] bump_estimate = ["vello_encoding/bump_estimate"] debug_layers = [] default = ["wgpu"] hot_reload = ["vello_shaders/compile"] wgpu = ["dep:wgpu"] wgpu-profiler = ["dep:wgpu-profiler"] [lints.clippy] doc_markdown = "warn" semicolon_if_nothing_returned = "warn"