quarkpad 2.1.1

A simple game launcher for Linux to manage and launch games using Proton.
# 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 = "quarkpad"
version = "2.1.1"
authors = ["Asadul Al Galib <asadulgalibvat69@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple game launcher for Linux to manage and launch games using Proton."
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/galib45/quarkpad"

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

[dependencies.adw]
version = "0.8.1"
features = ["v1_8"]
package = "libadwaita"

[dependencies.chrono]
version = "0.4.43"

[dependencies.dirs]
version = "6.0.0"

[dependencies.gtk]
version = "0.10.3"
features = [
    "blueprint",
    "v4_20",
]
package = "gtk4"

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

[dependencies.smol]
version = "2.0.2"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.toml]
version = "0.9.11"

[build-dependencies.glib-build-tools]
version = "0.21.0"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true