# 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-kroki-preprocessor" version = "0.2.0" authors = ["Joel Courtney "] description = "render kroki diagrams from files or code blocks in mdbook" readme = "README.md" keywords = [ "mdbook", "proprocessor", "kroki", "diagram", ] license-file = "LICENSE" repository = "https://github.com/JoelCourtney/mdbook-kroki-preprocessor" [dependencies.anyhow] version = "1.0.70" [dependencies.futures] version = "0.3.28" features = ["std"] default-features = false [dependencies.md-kroki] version = "0.1.0" [dependencies.mdbook] version = "0.4.28" default-features = false [dependencies.mdbook-preprocessor-boilerplate] version = "0.1.2" [dependencies.tokio] version = "1.27.0" features = ["rt-multi-thread"] default-features = false