udever 0.2.3

Interactive udev rule generator for Linux. Stop writing rules by hand.
# 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.3"
authors = ["lazytatzv"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "images/*",
    "tests/*",
    "*.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive udev rule generator for Linux. Stop writing rules by hand."
homepage = "https://github.com/lazytatzv/udever"
documentation = "https://docs.rs/udever"
readme = "README.md"
keywords = [
    "udev",
    "usb",
    "linux",
    "cli",
    "embedded",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
    "embedded",
]
license = "MIT"
repository = "https://github.com/lazytatzv/udever"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.console]
version = "0.16"

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

[dependencies.libc]
version = "0.2"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true