# 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 = "2018" name = "pwmd" version = "0.2.0" authors = ["Kevin Bader"] description = "Exposes PWM chips to DBUS." keywords = ["pwm", "dbus", "led"] categories = ["api-bindings", "filesystem", "os::linux-apis"] license = "MIT" repository = "https://github.com/kevinbader/pwmd" [dependencies.anyhow] version = "1.0.42" [dependencies.color-eyre] version = "0.5.11" [dependencies.enumflags2] version = "0.6.4" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.structopt] version = "0.3.23" [dependencies.temp-dir] version = "0.1.11" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.19" [dependencies.zbus] version = "2.0.0-beta.7" [dependencies.zbus_macros] version = "1.9.1" [dependencies.zvariant] version = "2.7.0" [dependencies.zvariant_derive] version = "2.7.0"