lios 0.1.29

A polished GTK4/VTE Linux terminal with baked-in themes, glass backgrounds, opt-in GPU backends, and desktop launcher install.
# 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.85"
name = "lios"
version = "0.1.29"
authors = [
    "KnottDynamics",
    "Trevor Knott",
]
build = false
include = [
    "src/**",
    "assets/logo.png",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A polished GTK4/VTE Linux terminal with baked-in themes, glass backgrounds, opt-in GPU backends, and desktop launcher install."
readme = "README.md"
keywords = [
    "terminal",
    "vte",
    "gtk4",
    "desktop",
    "linux",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tknott95/KnottTerminal"

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

[dependencies.gtk]
version = "0.10"
features = ["v4_18"]
package = "gtk4"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.vte]
version = "0.9"
features = ["v0_78"]
package = "vte4"

[profile.dev.package.gdk4]
debug = 0

[profile.dev.package.glib]
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