# 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-zbus" version = "3.0.0" authors = ["Sebastian Wiesner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zbus-based DBus frontend for the logcontrol interface" homepage = "https://github.com/swsnr/logcontrol.rs" documentation = "https://docs.rs/logcontrol-zbus" readme = "README.md" keywords = [ "systemd", "log", "zbus", "dbus", ] 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 = "{{tag_name}}" search = "HEAD" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ [Unreleased]: https://github.com/swsnr/logcontrol.rs/compare/{{tag_name}}...HEAD [{{version}}]: """ search = '\[Unreleased\]: ' [lib] name = "logcontrol_zbus" path = "src/lib.rs" [[example]] name = "simple-server" path = "examples/simple-server.rs" [dependencies.logcontrol] version = "1.0.1" [dependencies.zbus] version = "5.0.1" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"]