# 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" version = "1.0.1" authors = ["Sebastian Wiesner "] description = "Abstract types for the systemd logcontrol interface" homepage = "https://github.com/swsnr/logcontrol.rs" documentation = "https://docs.rs/logcontrol" readme = "README.md" keywords = [ "systemd", "log", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/swsnr/logcontrol.rs.git" resolver = "1" [[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\]: ' [dependencies.thiserror] version = "1.0.49"