forked from boozook/mdbook-svgbob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
41 lines (31 loc) · 899 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "mdbook-svgbob"
version = "0.2.1"
authors = ["Alex Koz. <[email protected]>"]
description = "SvgBob mdbook preprocessor which swaps code-blocks with neat SVG."
homepage = "https://nest.pijul.com/fzzr/mdbook-svgbob"
repository = "https://github.com/boozook/mdbook-svgbob.git"
keywords = ["mdbook", "markdown", "ascii", "svg", "bob"]
categories = ["command-line-utilities", "text-processing", "visualization"]
edition = "2021"
readme = "README.md"
license = "MPL-2.0"
[badges]
maintenance = { status = "passively-maintained" }
[dependencies]
mdbook = "0.4"
svgbob = "0.6"
svg = "0.12"
log = "0.4"
env_logger = "0.9"
semver = "1.0"
toml = "0.5"
serde_json = "1.0"
pulldown-cmark = "0.9"
pulldown-cmark-to-cmark = "10.0"
[dependencies.clap]
version = "4.0"
features = ["std", "derive", "cargo", "unicode", "error-context"]
[dependencies.serde]
version = "1.0"
features = ["derive"]