# 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 = "css-image" version = "0.4.3" authors = ["unixpariah"] description = "Library for rendering images from css" readme = "README.md" keywords = [ "css", "image", "rendering", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/unixpariah/css-image" [[bench]] name = "bench" harness = false [dependencies.cairo-rs] version = "0.19.2" features = ["png"] [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dev-dependencies.criterion] version = "0.5.1"