# 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-tracing" version = "0.2.0" authors = ["Sebastian Wiesner "] description = "Tracing backend for the log control interface" homepage = "https://github.com/swsnr/logcontrol.rs" documentation = "https://docs.rs/logcontrol-tracing" 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" 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.logcontrol] version = "1.0.1" [dependencies.tracing] version = "0.1.37" features = ["attributes"] default-features = false [dependencies.tracing-journald] version = "0.3.0" default-features = false [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] default-features = false [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = [ "ansi", "json", ] default-features = false