[package]
name = "lios"
version = "0.1.38"
edition = "2024"
rust-version = "1.85"
authors = ["Trevor Knott", "Knott Dynamics"]
description = "A polished GTK4/VTE Linux terminal emulator with themes, clickable links, live preferences, glass backgrounds, cursor accents, and desktop launcher install."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Tknott95/KnottTerminal"
homepage = "https://github.com/Tknott95/KnottTerminal"
documentation = "https://docs.rs/lios"
keywords = ["terminal", "emulator", "vte", "gtk4", "sixel"]
categories = ["command-line-utilities", "gui"]
include = ["src/**", "assets/logo.png", "assets/default-background.png", "Cargo.toml", "Cargo.lock", "README.md"]
[dependencies]
gtk = { package = "gtk4", version = "0.10", features = ["v4_18"] }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
toml_edit = "0.22"
vte = { package = "vte4", version = "0.9", features = ["v0_78"] }
[profile.dev.package.glib]
debug = 0
[profile.dev.package.gdk4]
debug = 0
[profile.dev.package.gsk4]
debug = 0
[profile.dev.package.gtk4]
debug = 0
[profile.release.package.gdk4]
opt-level = 1
debug = 0
[profile.release.package.gtk4]
opt-level = 1
debug = 0