[[bin]]
name = "rio"
path = "src/main.rs"
[dependencies.log]
version = "0.4.20"
[dependencies.winit]
default-features = false
features = ["rwh_05", "serde"]
version = "0.29.3"
[features]
default = ["wayland", "x11"]
wayland = ["copypasta/wayland", "winit/wayland", "winit/wayland-dlopen", "winit/wayland-dlopen", "winit/wayland-csd-adwaita-crossfont"]
x11 = ["copypasta/x11", "winit/x11"]
[lib]
crate-type = ["cdylib", "rlib"]
path = "src/wasm.rs"
[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.27"
[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(target_arch = \"wasm32\"))".dependencies.base64]
version = "0.21.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.bitflags]
version = "2.4.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.bytemuck]
features = ["derive"]
version = "1.14.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
features = ["derive"]
version = "4.4.7"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.copa]
default-features = true
version = "0.0.27"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.copypasta]
default-features = false
version = "0.10.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.corcovado]
version = "0.0.27"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cursor-icon]
default-features = false
version = "1.0.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.dirs]
version = "5.0.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures]
version = "0.3.29"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.image]
default-features = false
features = ["ico"]
version = "0.24.7"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazycell]
version = "1.3.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc]
version = "0.2.148"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.notify]
version = "6.1.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.parking_lot]
version = "0.12.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.raw-window-handle]
version = "0.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.regex]
version = "1.10.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rio-config]
version = "0.0.27"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde]
features = ["derive"]
version = "1.0.188"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sugarloaf]
version = "0.0.27"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.teletypewriter]
version = "0.0.27"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.32.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unicode-normalization]
version = "0.1.22"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unicode-width]
version = "0.1.11"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wgpu]
version = "0.18.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook]
version = "0.1.7"
[target."cfg(target_arch = \"wasm32\")".dependencies.console_log]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.64"
[target."cfg(target_arch = \"wasm32\")".dependencies.softbuffer]
version = "0.3.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.87"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.34"
[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Location", "Document", "Navigator", "Node", "NodeList", "Gpu", "GpuAdapter", "GpuAddressMode", "GpuAutoLayoutMode", "GpuBindGroup", "GpuBindGroupDescriptor", "GpuBindGroupEntry", "GpuBindGroupLayout", "GpuBindGroupLayoutDescriptor", "GpuBindGroupLayoutEntry", "GpuBlendComponent", "GpuBlendFactor", "GpuBlendOperation", "GpuBlendState", "GpuBuffer", "GpuBufferBinding", "GpuBufferBindingLayout", "GpuBufferBindingType", "GpuBufferDescriptor", "GpuCanvasAlphaMode", "GpuCanvasContext", "GpuCanvasConfiguration", "GpuColorDict", "GpuColorTargetState", "GpuCommandBuffer", "GpuCommandBufferDescriptor", "GpuCommandEncoder", "GpuCommandEncoderDescriptor", "GpuCompareFunction", "GpuCompilationInfo", "GpuCompilationMessage", "GpuCompilationMessageType", "GpuComputePassDescriptor", "GpuComputePassEncoder", "GpuComputePipeline", "GpuComputePipelineDescriptor", "GpuCullMode", "GpuDepthStencilState", "GpuDevice", "GpuDeviceDescriptor", "GpuDeviceLostInfo", "GpuDeviceLostReason", "GpuError", "GpuErrorFilter", "GpuExtent3dDict", "GpuFeatureName", "GpuFilterMode", "GpuFragmentState", "GpuFrontFace", "GpuImageCopyBuffer", "GpuImageCopyExternalImage", "GpuImageCopyTexture", "GpuImageCopyTextureTagged", "GpuImageDataLayout", "GpuIndexFormat", "GpuLoadOp", "gpu_map_mode", "GpuMipmapFilterMode", "GpuMultisampleState", "GpuObjectDescriptorBase", "GpuOrigin2dDict", "GpuOrigin3dDict", "GpuOutOfMemoryError", "GpuPipelineDescriptorBase", "GpuPipelineLayout", "GpuPipelineLayoutDescriptor", "GpuPowerPreference", "GpuPrimitiveState", "GpuPrimitiveTopology", "GpuProgrammableStage", "GpuQuerySet", "GpuQuerySetDescriptor", "GpuQueryType", "GpuQueue", "GpuRenderBundle", "GpuRenderBundleDescriptor", "GpuRenderBundleEncoder", "GpuRenderBundleEncoderDescriptor", "GpuRenderPassColorAttachment", "GpuRenderPassDepthStencilAttachment", "GpuRenderPassDescriptor", "GpuRenderPassEncoder", "GpuRenderPipeline", "GpuRenderPipelineDescriptor", "GpuRequestAdapterOptions", "GpuSampler", "GpuSamplerBindingLayout", "GpuSamplerBindingType", "GpuSamplerDescriptor", "GpuShaderModule", "GpuShaderModuleDescriptor", "GpuStencilFaceState", "GpuStencilOperation", "GpuStorageTextureAccess", "GpuStorageTextureBindingLayout", "GpuStoreOp", "GpuSupportedFeatures", "GpuSupportedLimits", "GpuTexture", "GpuTextureAspect", "GpuTextureBindingLayout", "GpuTextureDescriptor", "GpuTextureDimension", "GpuTextureFormat", "GpuTextureSampleType", "GpuTextureView", "GpuTextureViewDescriptor", "GpuTextureViewDimension", "GpuUncapturedErrorEvent", "GpuUncapturedErrorEventInit", "GpuValidationError", "GpuVertexAttribute", "GpuVertexBufferLayout", "GpuVertexFormat", "GpuVertexState", "GpuVertexStepMode", "HtmlCanvasElement", "OffscreenCanvas", "ImageBitmap", "ImageBitmapRenderingContext", "Window", "WorkerGlobalScope", "WorkerNavigator"]
version = "0.3.62"
[target."cfg(target_arch = \"wasm32\")".dependencies.wgpu]
version = "0.18.0"
[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"