# 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 = "rfkillr" version = "0.1.3" description = "A Rust library for interacting with the rfkill subsystem on Linux" readme = "README.md" keywords = [ "rfkill", "linux", "system", "device", "hardware", ] license = "MIT" repository = "https://github.com/Taha-Firoz/rfkillr" [dependencies.anyhow] version = "1.0.44" [dependencies.nix] version = "0.26.2" [dependencies.serde] version = "1.0.160" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.zvariant] version = "3.12.0" optional = true [features] serialization = [ "serde", "zvariant", ]