sway-groups-cli 0.1.0

Command-line tool for managing sway workspaces in named groups.
# 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 = "sway-groups-cli"
version = "0.1.0"
authors = ["Benjamin Schnitzler <benjamin.schnitzler.github@e.mail.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for managing sway workspaces in named groups."
homepage = "https://github.com/bschnitz/sway-groups"
readme = "README.md"
keywords = [
    "sway",
    "waybar",
    "workspace",
    "wayland",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/bschnitz/sway-groups"
resolver = "2"

[features]
default = []

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

[dependencies.anyhow]
version = "1"

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

[dependencies.directories]
version = "5"

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

[dependencies.sway-groups-config]
version = "0.1.0"

[dependencies.sway-groups-core]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]