# 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.71" name = "systemd-journal-logger-memfd-syscall" version = "2.0.1" authors = [ "Sebastian Wiesner ", "Daniel Estevez ", ] description = "Systemd journal logger for the log facade (fork supporting older glibc versions) DEPRECATED" documentation = "https://docs.rs/systemd-journal-logger-memfd-syscall" readme = "README.md" keywords = [ "logging", "systemd", "journal", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/daniestevez/systemd-journal-logger.rs" [package.metadata.release] allow-branch = ["main"] pre-release-commit-message = "Release {{version}}" sign-commit = true sign-tag = true tag-message = "Version {{tag_name}}" tag-prefix = "" verify = false [[test]] name = "journal_stream" harness = false [dependencies.libc] version = "0.2.148" [dependencies.log] version = "^0.4" features = [ "std", "kv_unstable", ] [dev-dependencies.log] version = "0.4.1" features = ["kv_unstable_std"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.retry] version = "2.0.0" [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.86" [dev-dependencies.similar-asserts] version = "1.5.0" [badges.maintenance] status = "deprecated"