# 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 = "systemd" version = "0.10.0" authors = ["Cody P Schafer "] include = ["Cargo.toml", "src/**/*.rs", "COPYING", "README.md"] description = "A rust interface to libsystemd/libelogind provided APIs" documentation = "https://docs.rs/crate/systemd" readme = "README.md" license = "LGPL-2.1-or-later WITH GCC-exception-2.0" repository = "https://github.com/jmesmon/rust-systemd" [package.metadata.docs.rs] all-features = true [package.metadata.release] tag-prefix = "systemd-" [profile.release] debug = true [dependencies.cstr-argument] version = "~0.1" [dependencies.foreign-types] version = "0.5.0" [dependencies.libc] version = "~0.2" [dependencies.libsystemd-sys] version = "^0.9" [dependencies.log] version = "~0.4" [dependencies.memchr] version = "2.4.0" [dependencies.serde] version = "1" optional = true default-features = false [dependencies.utf8-cstr] version = "~0.1" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.version-sync] version = "0.9.2" [features] bus = ["libsystemd-sys/bus"] default = ["bus", "journal"] journal = ["libsystemd-sys/journal"] systemd_v245 = ["libsystemd-sys/systemd_v245"] unstable-doc-cfg = []