[package]
edition = "2021"
rust-version = "1.92.0"
name = "rioterm"
version = "0.4.2"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers."
homepage = "https://rioterm.com"
documentation = "https://github.com/raphamorim/rio#readme"
readme = "README.md"
keywords = [
"graphics",
"terminal",
"application",
]
license = "MIT"
repository = "https://github.com/raphamorim/rio"
[package.metadata.deb]
name = "rioterm"
maintainer = "Raphael Amorim <rapha850@gmail.com>"
copyright = "2022-present, Raphael Amorim <rapha850@gmail.com>"
depends = "$auto"
section = "admin"
priority = "optional"
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",
],
]
extended-description = """
Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers.
The supported platforms currently consist of BSD, Linux, MacOS and Windows."""
[features]
audio = ["cpal"]
default = [
"wayland",
"x11",
]
wayland = [
"rio-backend/wayland",
"rio-window/wayland",
"rio-window/wayland-dlopen",
]
wgpu = [
"sugarloaf/wgpu",
"rio-backend/wgpu",
]
x11 = [
"rio-backend/x11",
"rio-window/x11",
]
[[bin]]
name = "rio"
path = "src/main.rs"
[dependencies.rio-backend]
version = "0.4.2"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
"env-filter",
"registry",
]
[dependencies.wgpu]
version = "28.0.0"
[dev-dependencies.criterion]
version = "0.6.0"
features = ["html_reports"]
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[target.'cfg(all(not(target_os = "macos"), not(target_os = "windows")))'.dependencies.cpal]
version = "0.15"
optional = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bitflags]
version = "2.9.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4.6.1"
features = ["derive"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.copa]
version = "0.4.2"
default-features = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.corcovado]
version = "0.4.2"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6.0.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]
version = "0.3.31"
[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.libc]
version = "0.2.185"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lru]
version = "0.16.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.notify]
version = "8.2.0"
[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.rapidhash]
version = "4.4.1"
default-features = false
[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.rio-notifier]
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.smallvec]
version = "1.15.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.taffy]
version = "0.10.1"
features = [
"flexbox",
"grid",
]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.teletypewriter]
version = "0.4.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(target_arch = "wasm32")'.dependencies.rio-backend]
version = "0.4.2"
features = ["wgpu"]
[target.'cfg(target_arch = "wasm32")'.dependencies.sugarloaf]
version = "0.4.2"
features = ["wgpu"]
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.3.1"
package = "objc-rs"
[target."cfg(windows)".dependencies.ahash]
version = "0.8.12"
features = ["std"]
default-features = false
[target."cfg(windows)".dependencies.dunce]
version = "1.0.5"
[target."cfg(windows)".dependencies.rio-backend]
version = "0.4.2"
features = ["wgpu"]
[target."cfg(windows)".dependencies.sugarloaf]
version = "0.4.2"
features = ["wgpu"]
[target."cfg(windows)".dependencies.tinyvec]
version = "1.8.1"
features = ["alloc"]
[target."cfg(windows)".dependencies.windows-sys]
version = "0.60.2"
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",
"Win32_System_Diagnostics_Debug",
]