# 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 = "forma-render" version = "0.1.3" authors = [ "Dragoș Tiselice ", "Pierre Labatut ", "Rémi Doreau ", ] description = "An efficient vector-graphics renderer" readme = "README.md" keywords = [ "2d", "rendering", "parallel", "vector-graphics", ] categories = ["rendering"] license = "Apache-2.0" repository = "https://github.com/google/forma" [dependencies.anyhow] version = "1.0.66" [dependencies.bytemuck] version = "1.12.3" features = ["derive"] optional = true [dependencies.crossbeam-utils] version = "0.8.12" [dependencies.crumsort] version = "0.1.0" [dependencies.etagere] version = "0.2.7" [dependencies.ramhorns] version = "0.12" optional = true [dependencies.rayon] version = "1.5.3" [dependencies.rustc-hash] version = "1.1.0" [dependencies.wgpu] version = "0.14.0" optional = true [dev-dependencies.half] version = "2.1.0" [dev-dependencies.pollster] version = "0.2.5" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [features] default = ["gpu"] gpu = [ "bytemuck", "ramhorns", "wgpu", ]