# 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" rust-version = "1.75.0" name = "ratatui-wgpu" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wgpu based backend for ratatui." readme = "README.md" keywords = [ "wasm", "tui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jesterhearts/ratatui-wgpu" [lib] name = "ratatui_wgpu" path = "src/lib.rs" [[example]] name = "colors" path = "examples/colors.rs" [[example]] name = "hello_pipeline" path = "examples/hello_pipeline.rs" [[example]] name = "hello_web" path = "examples/web/hello_web.rs" required-features = ["web"] [[example]] name = "hello_webworker" path = "examples/web/hello_webworker.rs" required-features = ["web"] [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.ahash] version = "0.8.11" features = [ "std", "compile-time-rng", ] optional = true default-features = false [dependencies.bitvec] version = "1.0.1" features = ["std"] default-features = false [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.indexmap] version = "2.5.0" features = ["std"] default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.png] version = "0.17.13" optional = true [dependencies.raqote] version = "0.8.4" default-features = false [dependencies.ratatui] version = "0.28.0" default-features = false [dependencies.rustybuzz] version = "0.18.0" [dependencies.thiserror] version = "1.0.63" [dependencies.unicode-bidi] version = "0.3.15" [dependencies.unicode-properties] version = "0.1.2" [dependencies.unicode-width] version = "0.1.13" [dependencies.web-time] version = "1.1.0" [dependencies.wgpu] version = "22.1.0" [dev-dependencies.anyhow] version = "1.0.87" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.console_error_panic_hook] version = "0.1.7" [dev-dependencies.console_log] version = "1.0.0" [dev-dependencies.crossbeam-queue] version = "0.3.11" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.fontdb] version = "0.22.0" [dev-dependencies.futures-lite] version = "2.3.0" [dev-dependencies.image] version = "0.25.2" features = ["png"] default-features = false [dev-dependencies.js-sys] version = "0.3.70" [dev-dependencies.oneshot] version = "0.1.8" [dev-dependencies.palette] version = "0.7.6" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-futures] version = "0.4.42" [dev-dependencies.web-sys] version = "0.3.70" features = [ "MessageEvent", "Worker", "WorkerOptions", "WorkerType", ] [dev-dependencies.winit] version = "0.30.5" [features] ahash = ["dep:ahash"] colr_v1 = [] default = [ "ahash", "png", ] png = ["dep:png"] web = ["wgpu/webgl"]