par-term 0.4.0

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
Documentation
# 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 = "2024"
name = "par-term"
version = "0.4.0"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
exclude = [
    "*.sixel",
    "images/",
    "test_*.rs",
    ".github/",
    ".gitignore",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "par-term"
description = "Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)"
homepage = "https://github.com/paulrobello/par-term"
documentation = "https://github.com/paulrobello/par-term/blob/main/README.md"
readme = "README.md"
keywords = [
    "terminal",
    "emulator",
    "tui",
    "gpu",
    "graphics",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"

[lib]
name = "par_term"
path = "src/lib.rs"

[[bin]]
name = "par-term"
path = "src/main.rs"

[[test]]
name = "config_tests"
path = "tests/config_tests.rs"

[[test]]
name = "input_tests"
path = "tests/input_tests.rs"

[[test]]
name = "terminal_tests"
path = "tests/terminal_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "6.0"

[dependencies.egui]
version = "0.33"

[dependencies.egui-wgpu]
version = "0.33"

[dependencies.egui-winit]
version = "0.33"

[dependencies.env_logger]
version = "0.11"

[dependencies.fontdb]
version = "0.23"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.muda]
version = "0.17"

[dependencies.naga]
version = "27"
features = [
    "glsl-in",
    "wgsl-out",
]

[dependencies.notify-rust]
version = "4.11"

[dependencies.open]
version = "5.3"

[dependencies.par-term-emu-core-rust]
version = "0.21.0"
default-features = false

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.regex]
version = "1.11"

[dependencies.rfd]
version = "0.17"

[dependencies.rodio]
version = "0.21"

[dependencies.rustybuzz]
version = "0.20"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.swash]
version = "0.2"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.unicode-segmentation]
version = "1.12"

[dependencies.wgpu]
version = "27"
features = ["wgsl"]

[dependencies.winit]
version = "0.30"

[dev-dependencies.tempfile]
version = "3.24"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.muda]
version = "0.17"
features = ["gtk"]

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-quartz-core]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.raw-window-handle]
version = "0.6"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true