sd-switch 0.6.3

A systemd unit reload/restart utility for Home Manager
Documentation
# 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 = "2021"
name = "sd-switch"
version = "0.6.3"
authors = ["Robert Helgesson <robert@rycee.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A systemd unit reload/restart utility for Home Manager"
homepage = "https://sr.ht/~rycee/sd-switch/"
readme = "README.md"
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://git.sr.ht/~rycee/sd-switch"

[lib]
name = "sd_switch"
path = "src/lib.rs"

[[bin]]
name = "sd-switch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.getopts]
version = "0.2.21"

[dependencies.nix]
version = "0.30.0"
features = ["user"]

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.unic-langid]
version = "0.9.6"

[dependencies.zbus]
version = "5.0.1"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1