blinc_image 0.1.13

Image loading and rendering for Blinc UI
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"
rust-version = "1.75"
name = "blinc_image"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Image loading and rendering for Blinc UI"
documentation = "https://docs.rs/blinc_image"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "image",
    "blinc",
]
categories = [
    "gui",
    "multimedia::images",
]
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
default = [
    "platform",
    "emoji",
]
emoji = ["blinc_text"]
network = [
    "reqwest",
    "tokio",
]
platform = ["blinc_platform"]

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

[dependencies.base64]
version = "0.22"

[dependencies.blinc_platform]
version = "0.1.13"
optional = true

[dependencies.blinc_text]
version = "0.1.13"
optional = true

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
    "bmp",
]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["rt"]
optional = true

[dependencies.tracing]
version = "0.1"