[[bin]]
name = "cargo-gra"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4"
[dependencies.fs_extra]
version = "1"
[dependencies.nix]
version = "0.29"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.toml]
version = "0.8"
[features]
cli = ["clap"]
default = ["cli"]
[lib]
name = "gra"
path = "src/lib.rs"
[package]
authors = ["Florian Loers <florianloers@mailbox.org"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "Cargo subcommand for gtk-rust-app."
edition = "2021"
keywords = ["UI", "GUI", "CLI", "GTK", "flatpak"]
license = "GPL-3.0-or-later"
name = "cargo-gra"
readme = "README.md"
repository = "https://gitlab.com/floers/cargo-gra"
version = "0.6.2"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"