[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.syncdoc-core]
version = "0.1.3"
[dev-dependencies.insta]
version = "1.0"
[dev-dependencies.rust-format]
features = ["proc-macro2", "token_stream"]
version = "0.3.4"
[lib]
name = "syncdoc"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macro attributes to inject documentation from external files"
documentation = "https://docs.rs/syncdoc"
edition = "2021"
homepage = "https://github.com/lmmx/syncdoc"
include = ["README.md", "src/**/*"]
license = "MIT OR Apache-2.0"
name = "syncdoc"
readme = "README.md"
repository = "https://github.com/lmmx/syncdoc"
rust-version = "1.82.0"
version = "0.1.3"