mdbook-shiftinclude 0.2.0

mdbook preprocessor for file inclusion with shift
[[bin]]
name = "mdbook-shiftinclude"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.clap]
version = "4.5"

[dependencies.env_logger]
version = "^0.11.1"

[dependencies.log]
version = "^0.4.17"

[dependencies.mdbook-preprocessor]
version = "0.5"

[dependencies.regex]
version = "1.8.1"

[dependencies.serde_json]
version = "1.*"

[package]
authors = ["David Drysdale <dmd@lurklurk.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "mdbook preprocessor for file inclusion with shift"
edition = "2021"
keywords = ["mdbook", "preprocessor"]
license = "MPL-2.0"
name = "mdbook-shiftinclude"
readme = "README.md"
repository = "https://github.com/daviddrysdale/mdbook-shiftinclude"
version = "0.2.0"