[package] name = "mdbook-variables" version = "0.2.4" authors = ["Tglman "] edition = "2021" license = "MPL-2.0" repository = "https://gitlab.com/tglman/mdbook-variables" readme = "README.md" keywords = ["markdown", "mdbook", "variables"] description = "mdBook proprocessor for risolve variables configured from book.toml" [badges] gitlab = { repository = "tglman/mdbook-variables", branch = "master" } [dependencies] regex = "1.0" mdbook = "0.4" toml = "0.5" lazy_static = "1.0" serde_json= "1.0" clap = "4.0"