# 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 = "user-acpid" version = "0.1.0" authors = ["Ron Waldon "] include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] description = "non-root companion process for linux acpid ( https://sourceforge.net/projects/acpid2/ )" homepage = "https://gitlab.com/jokeyrhyme/user-acpid-rs" readme = "README.md" keywords = ["acpi", "acpid", "events", "linux"] categories = ["command-line-utilities", "hardware-support"] license = "GPL-3.0-only" repository = "https://gitlab.com/jokeyrhyme/user-acpid-rs.git" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 [dependencies.camino] version = "1" [dependencies.dirs] version = "4" [dev-dependencies] [badges.maintenance] status = "actively-developed"