dessin-image 0.8.23

Dessin into image
Documentation
# 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 = "dessin-image"
version = "0.8.23"
authors = [
    "Olivier Lemoine <olivier.lemoine@432technologies.com>",
    "Francois Morillon <francois.morillon@432technologies.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dessin into image"
readme = "README.md"
keywords = [
    "graphics",
    "draw",
    "layout",
    "image",
]
categories = [
    "graphics",
    "gui",
    "rendering",
    "template-engine",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/432-technologies/dessin"

[lib]
name = "dessin_image"
path = "src/lib.rs"

[dependencies.data-encoding]
version = "^2.9"

[dependencies.dessin]
version = "^0.8.23"

[dependencies.font-kit]
version = "^0.14"

[dependencies.image]
version = "^0.25"

[dependencies.imageproc]
version = "^0.25"

[dependencies.nalgebra]
version = "^0.34"

[dependencies.raqote]
version = "^0.8"