# 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 = "pinenote_dbus_service" version = "0.2.2-dev5" authors = ["Maximilian Weigand "] description = "A DBus service for the Pine64 Pinenote" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/PNDeb/pinenote_dbus_service" [package.metadata.deb] assets = [ [ "target/release/pinenote_dbus_service", "usr/bin/", "755", ], [ "dbus_security_configuration/pinenote.conf", "/etc/dbus-1/system.d/pinenote.conf", "644", ], ] maintainer = "Maximilian Weigand " maintainer-scripts = "debian/" [package.metadata.deb.systemd-units] enable = true start = true unit-scripts = "systemd_units/" [dependencies.dbus] version = ">=0.9.6" [dependencies.dbus-crossroads] version = ">=0.5.1" [dependencies.libc] version = "0.2.137" [dependencies.nix] version = ">=0.27.0" features = ["ioctl"]