File: Cargo.toml.orig

package info (click to toggle)
rust-libdbus-sys 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]

name = "libdbus-sys"
version = "0.2.5"
authors = ["David Henningsson <diwic@ubuntu.com>"]

description = "FFI bindings to libdbus."
repository = "https://github.com/diwic/dbus-rs"
documentation = "http://docs.rs/libdbus-sys"
keywords = ["D-Bus", "DBus", "libdbus"]
license = "Apache-2.0/MIT"
categories = ["os::unix-apis", "external-ffi-bindings"]
build = "build.rs"
links = "dbus"
readme = "README.md"

[features]
# By default use pkg-config to locate the local libdbus installation
default = ["pkg-config"]
# Provide vendoring as an option, which will compile libdbus from source for the target
vendored = ["cc"]

[build-dependencies]
pkg-config = {version = "0.3", optional = true}
cc = {version = "1.0.78", optional = true }

[package.metadata.pkg-config]
dbus-1 = "1.6"

[badges]
is-it-maintained-open-issues = { repository = "diwic/dbus-rs" }
is-it-maintained-issue-resolution = { repository = "diwic/dbus-rs" }
travis-ci = { repository = "diwic/dbus-rs" }