rio-backend 0.4.2

Backend infrastructure for Rio terminal
# 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-backend"
version = "0.4.2"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend infrastructure for Rio terminal"
documentation = "https://github.com/raphamorim/rio#readme"
readme = false
keywords = [
    "graphics",
    "terminal",
    "application",
]
license = "MIT"
repository = "https://github.com/raphamorim/rio"

[features]
default = [
    "wayland",
    "x11",
]
wayland = ["copypasta/wayland"]
wgpu = [
    "dep:wgpu",
    "sugarloaf/wgpu",
]
x11 = ["copypasta/x11"]

[lib]
name = "rio_backend"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.tracing]
version = "0.1.41"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.base64]
version = "0.22.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bitflags]
version = "2.9.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.copa]
version = "0.4.2"
default-features = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.copypasta]
version = "0.10.2"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.corcovado]
version = "0.4.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cursor-icon]
version = "1.1.0"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.flate2]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image_rs]
version = "0.25.10"
features = [
    "gif",
    "jpeg",
    "ico",
    "png",
    "pnm",
    "webp",
    "bmp",
]
default-features = false
package = "image"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lazy_static]
version = "1.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libc]
version = "0.2.185"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.memchr]
version = "2.7.4"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.onig]
version = "6.5.1"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.parking_lot]
version = "0.12.5"
features = [
    "nightly",
    "hardware-lock-elision",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.raw-window-handle]
version = "0.6.2"
features = ["std"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.regex]
version = "1.12.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.regex-automata]
version = "0.4.9"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rio-grapheme-width]
version = "0.4.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rio-window]
version = "0.4.2"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustc-hash]
version = "2.1.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
version = "1.0.228"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.simdutf8]
version = "0.1.5"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.smallvec]
version = "1.13.2"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sugarloaf]
version = "0.4.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.teletypewriter]
version = "0.4.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.toml]
version = "0.9.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.unicode-width]
version = "0.1.0"
package = "unicode-width-16"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.url]
version = "2.5.4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgpu]
version = "28.0.0"
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.60.2"
features = [
    "Win32_System_Memory",
    "Win32_Foundation",
]