[package]
name = "mdbook-github-authors"
version = "0.1.0"
edition = "2021"
authors = ["Andrei Fajardo <andrei.fajardo@vectorinstitute.ai>"]
description = "mdbook preprocessor to display Github profiles of authors of a page"
license = "MIT"
repository = "https://github.com/VectorInstitute/mdbook-github-authors"
exclude = ["/test_book"]
[[bin]]
name = "mdbook-github-authors"
path = "src/bin/main.rs"
[lib]
name = "mdbook_github_authors"
path = "src/lib.rs"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.28", features = ["derive", "std"] }
env_logger = "0.11.6"
handlebars = "6.3.0"
log = "0.4.25"
mdbook = "0.4.44"
once_cell = "1.20.2"
regex = "1.11.1"
rstest = "0.24.0"
serde = "1.0.217"
serde_json = "1.0.138"