# 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 = "libsystemd-sys" version = "0.9.3" authors = ["Cody P Schafer "] build = "build.rs" include = ["Cargo.toml", "**/*.rs", "build.rs", "COPYING", "README.md"] description = "FFI bindings to libsystemd and libelogind" documentation = "https://docs.rs/crates/libsystemd-sys" readme = "README.md" license = "LGPL-2.1-or-later WITH GCC-exception-2.0" repository = "https://github.com/jmesmon/rust-systemd" [dependencies.libc] version = "0.2.76" [build-dependencies.build-env] version = "0.3.0" [build-dependencies.pkg-config] version = "0.3.18" [features] bus = [] default = ["bus", "journal"] journal = [] systemd_v245 = []