# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mdbook-graphviz" version = "0.2.1" authors = ["Dylan Owen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook preprocessor to add graphviz support" homepage = "https://github.com/dylanowen/mdbook-graphviz" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/dylanowen/mdbook-graphviz" [[bin]] name = "mdbook-graphviz" path = "src/main.rs" [dependencies.async-recursion] version = "1.1.1" [dependencies.async-trait] version = "0.1.80" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" [dependencies.mdbook] version = "^0.4.37" [dependencies.pulldown-cmark] version = "0.10.3" [dependencies.pulldown-cmark-to-cmark] version = "13.0" [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37" features = ["process"] [dependencies.toml] version = "0.8.12" [dev-dependencies.tokio] version = "1.37" features = [ "process", "time", ]