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