image_colored_text 0.2.0

A basic extension of the image/imageproc crates for writing multiline colored text
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 = "image_colored_text"
version = "0.2.0"
authors = ["Erwan Mahe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic extension of the image/imageproc crates for writing multiline colored text"
homepage = "https://github.com/erwanM974/image_colored_text"
readme = "README.md"
keywords = [
    "image",
    "color",
    "text",
]
license = "Apache-2.0"
repository = "https://github.com/erwanM974/image_colored_text"

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

[[test]]
name = "multiline_test"
path = "tests/multiline_test.rs"

[[test]]
name = "singleline_test"
path = "tests/singleline_test.rs"

[dependencies.ab_glyph]
version = "0.2.23"

[dependencies.image]
version = "0.25.8"

[dependencies.imageproc]
version = "0.26.2"