libsystemd-sys 0.0.8

FFI bindings to libsystemd
Documentation
[package]

name = "libsystemd-sys"
version = "0.0.8"
authors = ["Cody P Schafer <dev@codyps.com>"]
license = "LGPL-2.1+"
description = "FFI bindings to libsystemd"
repository = "https://github.com/jmesmon/rust-systemd"
include = ["Cargo.toml", "src/**/*.rs", "build.rs" ]
documentation = "http://codyps.com/docs/systemd/x86_64-unknown-linux-gnu/stable/libsystemd_sys/index.html"

# 'links' is purposefully omitted
build = "build.rs"

[features]
bus = []

[dependencies]
libc = "0.*"

[build-dependencies]
pkg-config = "0.*"