# 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 = "logcontrol-log" version = "0.1.0" authors = ["Sebastian Wiesner "] description = "log backend for the log control interface" homepage = "https://github.com/swsnr/logcontrol.rs" documentation = "https://docs.rs/logcontrol-log" readme = "README.md" keywords = [ "systemd", "log", "tracing", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/swsnr/logcontrol.rs.git" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ ## [Unreleased] ## [{{version}}] – {{date}}""" search = '## \[Unreleased\]' [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ [Unreleased]: https://github.com/swsnr/logcontrol.rs/compare/{{tag_name}}...HEAD [{{version}}]: https://github.com/swsnr/logcontrol.rs/releases/tag/{{tag_name}}""" search = '\[Unreleased\]:' [dependencies.log] version = "0.4.20" [dependencies.log-reload] version = "0.1.0" [dependencies.logcontrol] version = "1.0.1" [dependencies.systemd-journal-logger] version = "2.0.0" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.zbus] version = "3.14.1"