cutty 0.18.4

A fast, cross-platform GPU terminal emulator
# 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.0"
name = "cutty"
version = "0.18.4"
authors = [
    "Christian Duerr <contact@christianduerr.com>",
    "Joe Wilm <joe@jwilm.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, cross-platform GPU terminal emulator"
homepage = "https://github.com/gold-silver-copper/CuTTY"
documentation = "https://docs.rs/cutty"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/gold-silver-copper/CuTTY"
resolver = "2"

[features]
default = [
    "wayland",
    "x11",
]
nightly = []
wayland = [
    "copypasta/wayland",
    "winit/wayland",
    "winit/wayland-dlopen",
    "winit/wayland-csd-adwaita",
]
x11 = [
    "copypasta/x11",
    "winit/x11",
    "png",
]

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

[dependencies.ahash]
version = "0.8.6"
features = ["no-rng"]

[dependencies.bitflags]
version = "2.2.1"

[dependencies.clap]
version = "4.2.7"
features = [
    "derive",
    "env",
]

[dependencies.copypasta]
version = "0.10.1"
default-features = false

[dependencies.cutty_config]
version = "0.3.4"

[dependencies.cutty_config_derive]
version = "0.3.4"

[dependencies.cutty_terminal]
version = "0.26.4"

[dependencies.home]
version = "0.5.5"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"
features = [
    "std",
    "serde",
]

[dependencies.notify]
version = "8.0.0"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.parley]
version = "0.7.0"

[dependencies.polling]
version = "3.11.0"

[dependencies.pollster]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.4.3"
default-features = false

[dependencies.toml]
version = "0.9.11"

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

[dependencies.vello]
version = "0.7.0"

[dependencies.winit]
version = "0.30.9"
features = [
    "rwh_06",
    "serde",
]
default-features = false

[dev-dependencies.clap_complete]
version = "=4.5.66"

[target.'cfg(not(target_os = "macos"))'.dependencies.png]
version = "0.17.5"
optional = true
default-features = false

[target."cfg(not(windows))".dependencies.xdg]
version = "3.0.0"

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

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.1"
features = [
    "std",
    "NSColorSpace",
    "NSResponder",
    "NSView",
    "NSWindow",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.1"
features = [
    "std",
    "NSString",
    "NSLocale",
    "NSUserDefaults",
]
default-features = false

[target."cfg(windows)".dependencies.dirs]
version = "6.0.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_Foundation",
]

[target."cfg(windows)".build-dependencies.embed-resource]
version = "3.0.2"