rio-graphics 0.5.1

Terminal graphics value types (sixel/kitty/iTerm2 image data, glyph protocol) extracted from Rio
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 = "rio-graphics"
version = "0.5.1"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal graphics value types (sixel/kitty/iTerm2 image data, glyph protocol) extracted from Rio"
readme = false
keywords = [
    "graphics",
    "terminal",
    "application",
]
license = "MIT"
repository = "https://github.com/raphamorim/rio"

[features]
default = []
glyph = [
    "dep:skrifa",
    "dep:parking_lot",
]
image = ["dep:image_rs"]
wgpu = ["dep:wgpu"]

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

[dependencies.image_rs]
version = "0.25.10"
features = [
    "gif",
    "jpeg",
    "ico",
    "png",
    "pnm",
    "webp",
    "bmp",
    "tiff",
]
optional = true
default-features = false
package = "image"

[dependencies.parking_lot]
version = "0.12.5"
features = [
    "nightly",
    "hardware-lock-elision",
]
optional = true

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.skrifa]
version = "0.37.0"
optional = true

[dependencies.tracing]
version = "0.1.41"

[dependencies.wgpu]
version = "30.0.0"
optional = true