# 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" name = "tracing-systemd" version = "0.1.0" exclude = [".vscode"] description = "A tracing subscriber that logs to the systemd journal" readme = "README.md" license = "MIT" repository = "https://github.com/ziidonato/tracing-systemd" [[example]] name = "test_log_stdout" required-features = ["colored"] [[example]] name = "test_log_systemd" required-features = [ "sd-journal", "colored", ] [dependencies.colored] version = "2.1.0" optional = true [dependencies.sd-journal] version = "0.1.0" optional = true [dependencies.serde_json] version = "1.0.113" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["colored"]