[[bin]]
name = "rio"
path = "src/main.rs"
[dependencies.base64]
version = "0.21.0"
[dependencies.bitflags]
version = "2.0.2"
[dependencies.bytemuck]
features = ["derive"]
version = "1.13.1"
[dependencies.clap]
features = ["derive"]
version = "4.2.7"
[dependencies.copa]
default-features = true
version = "0.0.21"
[dependencies.copypasta]
default-features = false
version = "0.8.1"
[dependencies.corcovado]
version = "0.0.21"
[dependencies.cursor-icon]
default-features = false
version = "1.0.0"
[dependencies.dirs]
version = "5.0"
[dependencies.futures]
version = "0.3"
[dependencies.glyph_brush]
version = "0.7.7"
[dependencies.image]
default-features = false
features = ["ico"]
version = "0.24.5"
[dependencies.lazycell]
version = "1"
[dependencies.libc]
version = "0.2.147"
[dependencies.log]
version = "0.4.19"
[dependencies.notify]
version = "6.0.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.raw-window-handle]
default-features = false
version = "0.5"
[dependencies.rio-config]
version = "0.0.21"
[dependencies.serde]
features = ["derive"]
version = "1.0.174"
[dependencies.sugarloaf]
version = "0.0.21"
[dependencies.teletypewriter]
version = "0.0.21"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.29.1"
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.unicode-width]
version = "0.1.5"
[dependencies.wgpu]
version = "0.16.0"
[dependencies.winit]
default-features = false
features = ["serde"]
version = "0.29.1-beta"
[features]
default = ["wayland", "x11"]
wayland = ["copypasta/wayland", "winit/wayland", "winit/wayland-dlopen", "wayland-client"]
x11 = ["copypasta/x11", "winit/x11"]
[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
description = "A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers"
documentation = "https://github.com/raphamorim/rio#readme"
edition = "2021"
keywords = ["graphics", "terminal"]
license = "MIT"
name = "rioterm"
repository = "https://github.com/raphamorim/rio"
version = "0.0.21"
[package.metadata.deb]
assets = [["../target/release/rio", "usr/local/bin/", "755"], ["../misc/rio.desktop", "usr/share/applications/", "644"], ["../misc/rio.terminfo", "usr/share/info/", "644"], ["../misc/logo.svg", "usr/share/icons/hicolor/scalable/apps/rio.svg", "644"], ["../README.md", "usr/share/doc/rio/", "644"], ["../LICENSE", "usr/share/doc/rio/", "664"]]
copyright = "2023, Raphael Amorim <rapha850@gmail.com>"
depends = "$auto"
extended-description = "Rio terminal is a hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.\nThe supported platforms currently consist of BSD, Linux, macOS and Windows."
maintainer = "Raphael Amorim <rapha850@gmail.com>"
name = "rio"
priority = "optional"
section = "admin"
[target."cfg(not(any(target_os=\"windows\", target_os=\"macos\")))".dependencies.wayland-client]
features = ["dlopen"]
optional = true
version = "0.29.0"
[target."cfg(not(any(target_os=\"windows\", target_os=\"macos\")))".dependencies.x11-dl]
optional = true
version = "2"
[target."cfg(target_os = \"macos\")".dependencies.objc2]
version = "=0.3.0-beta.0"
[target."cfg(target_os = \"macos\")".dependencies.objc2-foundation]
version = "=0.2.0-alpha.5"
[target."cfg(windows)".dependencies.ahash]
default-features = false
features = ["std"]
version = "0.8.2"
[target."cfg(windows)".dependencies.tinyvec]
features = ["alloc"]
version = "1.6.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Console", "Win32_Foundation", "Win32_Security", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_IO", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.48"