spandoc-attribute 0.1.1

Procedural macro attribute for converting doc comments into tracing spans
Documentation
[dependencies.proc-macro2]
version = "1.0.18"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["full", "extra-traits", "fold"]
version = "1.0.33"

[lib]
proc-macro = true

[package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"]
description = "Procedural macro attribute for converting doc comments into tracing spans\n"
documentation = "https://docs.rs/spandoc-attribute"
edition = "2018"
homepage = "https://github.com/yaahc/spandoc"
keywords = ["logging", "tracing", "macro", "instrument", "log"]
license = "MIT OR Apache-2.0"
name = "spandoc-attribute"
readme = "../README.md"
repository = "https://github.com/yaahc/spandoc"
version = "0.1.1"
[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "src/lib.rs"
replace = "spandoc-attribute = { version = \"={{version}}\", path = \"./spandoc-attribute\" }"
search = "spandoc-attribute = .*"

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "../Cargo.toml"
replace = "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]"
search = "#!\\[doc\\(html_root_url.*"