[dependencies.anyhow]
version = "1.0"
[dependencies.cargo_metadata]
version = "0.15"
[dependencies.fs-err]
version = "2.9.0"
[dependencies.itertools]
version = "0.10"
[dependencies.percent-encoding]
version = "2.2"
[dependencies.pulldown-cmark]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.string-sections]
version = "0.1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[dependencies.toml]
version = "0.7"
[dependencies.unicase]
version = "2.6"
[dev-dependencies.indoc]
version = "2.0.0"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.23"
[dev-dependencies.pretty_assertions]
version = "1.3"
[package]
categories = ["text-processing"]
description = "Include other documents, table of content, or rust-doc in Markdown using a simple template system"
edition = "2021"
keywords = ["markdown", "readme", "include"]
license = "MIT"
name = "markdown-includes"
readme = "README.md"
repository = "https://github.com/akesson/markdown-includes"
version = "0.1.1"