# 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" rust-version = "1.74" name = "systemd-connector" version = "0.1.0" authors = ["Alex Rudy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust library for interacting with systemd" documentation = "https://docs.rs/systemd-rs" readme = "README.md" keywords = [ "systemd", "linux", "async", ] categories = [ "network-programming", "os::linux-apis", ] license = "MIT" repository = "https://github.com/alexrudy/systemd-rs" [package.metadata.docs.rs] all-features = true [lib] name = "systemd_connector" path = "src/lib.rs" [dependencies.camino] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["net"] optional = true default-features = false [dependencies.tracing] version = "0.1" [features] notify = [ "dep:tokio", "dep:camino", ] [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn"