panasyn 0.1.0

A lightweight GPU-accelerated terminal emulator for macOS and Linux.
# 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"
rust-version = "1.88"
name = "panasyn"
version = "0.1.0"
build = false
exclude = [
    "target/**",
    "dist/**",
    "*.app/**",
    "*.dmg",
    "*.pkg",
    "*.tar.gz",
    "*.zip",
    "._*",
    "**/._*",
    "assets/**/*.icns",
    "assets/**/*.png",
    "assets/**/*.jpg",
    "assets/**/*.jpeg",
    "assets/**/*.gif",
    "assets/**/*.webp",
    "recordings/**",
    "screenshots/**",
    "soak-*.log",
    "perf-ceiling-*.log",
    "panasyn-agent-ui.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight GPU-accelerated terminal emulator for macOS and Linux."
documentation = "https://docs.rs/panasyn"
readme = "README.crates.md"
keywords = [
    "terminal",
    "gpu",
    "pty",
    "macos",
    "linux",
]
categories = [
    "command-line-utilities",
    "emulators",
]
license = "MIT"

[features]
agent-harness = []
compression = ["zstd"]
default = []
profiling = []

[[bin]]
name = "panasyn"
path = "src/main.rs"

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

[[bench]]
name = "vte_only"
path = "benches/vte_only.rs"
harness = false

[dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.fastrand]
version = "2.4.1"

[dependencies.glyphon]
version = "0.11.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.image]
version = "0.25.8"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.libc]
version = "0.2.186"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = [
    "process",
    "term",
    "poll",
    "signal",
    "ioctl",
]

[dependencies.pollster]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "1.1.2"

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

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.vte]
version = "0.15.0"

[dependencies.wgpu]
version = "29.0.3"

[dependencies.winit]
version = "0.30.13"
features = [
    "rwh_06",
    "x11",
    "wayland",
]
default-features = false

[dependencies.zstd]
version = "0.13"
optional = true

[lints.clippy]
undocumented_unsafe_blocks = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"