enwiro 0.3.12

Simplify your workflow with dedicated project environments for each workspace in your window manager
# 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 = "enwiro"
version = "0.3.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplify your workflow with dedicated project environments for each workspace in your window manager"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/kantord/enwiro"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5.4"
features = ["derive"]

[dependencies.confy]
version = "2.0.0"

[dependencies.enwiro-logging]
version = "0.1.0"

[dependencies.home]
version = "0.5.9"

[dependencies.notify-rust]
version = "4"

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_derive]
version = "1.0.197"

[dependencies.strum]
version = "0.27.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assertables]
version = "9.0.0"

[dev-dependencies.rstest]
version = "0.26.0"

[dev-dependencies.tempfile]
version = "3.25.0"