# 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" rust-version = "1.64" name = "zbus_polkit" version = "5.0.0" authors = [ "Marc-André Lureau ", "Zeeshan Ali Khan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PolicyKit binding" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/dbus2/zbus_polkit/" [lib] name = "zbus_polkit" path = "src/lib.rs" [dependencies.enumflags2] version = "0.7.9" features = ["serde"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_repr] version = "0.1.19" [dependencies.static_assertions] version = "1.1.0" [dependencies.zbus] version = "5.0.0" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.byteorder] version = "1.5.0" [features] blocking-api = ["zbus/blocking-api"] default = [ "zbus/async-io", "blocking-api", ] tokio = ["zbus/tokio"]