# 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 = "og_image_writer" version = "0.11.0" description = "Generate an Open Graphic Image using a CSS-like API." readme = "README.md" keywords = [ "open-graphic", "image", "og", "canvas", ] categories = [ "web-programming", "rendering", "graphics", ] license = "MIT" repository = "https://github.com/keiya01/og_image_writer" [dependencies.ab_glyph] version = "0.2.12" [dependencies.conv] version = "0.3.3" [dependencies.image] version = "0.23" features = [ "png", "jpeg", ] default-features = false [dependencies.imageproc] version = "0.22" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.83" optional = true [dev-dependencies.anyhow] version = "1.0" [features] web = ["dep:wasm-bindgen"]