include-file 0.5.1

Include sections of files into Rust source code
Documentation
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.103"

[dependencies.syn]
version = "2.0.109"

[dev-dependencies.quote]
version = "1.0.42"

[features]
asciidoc = []
default = ["asciidoc", "org", "textile"]
org = []
textile = []

[lib]
name = "include_file"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
test_attr_in_doctest = "allow"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(rust_analyzer)", "cfg(span_locations)"]
level = "allow"
priority = 0

[package]
authors = ["Heath Stewart (https://github.com/heaths)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::build-utils", "development-tools::testing"]
description = "Include sections of files into Rust source code"
edition = "2021"
keywords = ["include", "macro", "markdown"]
license = "MIT"
name = "include-file"
readme = "README.md"
repository = "https://github.com/heaths/include-file"
rust-version = "1.85.0"
version = "0.5.1"

[[test]]
name = "readme"
path = "tests/readme.rs"