udever 0.2.1

Interactive udev rule generator for Linux (mainly support Arch based)
# 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 = "udever"
version = "0.2.1"
authors = ["lazytatzv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive udev rule generator for Linux (mainly support Arch based)"
readme = "README.md"
keywords = [
    "udev",
    "usb",
    "linux",
    "cli",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/lazytatzv/udever"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.console]
version = "0.16.2"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]

[dependencies.libc]
version = "0.2.180"

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

[dependencies.os-release]
version = "0.1.0"