# 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-pikchr" version = "0.1.9" authors = ["Konstantin Podsvirov "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A mdbook preprocessor to render pikchr code blocks as images in your book" documentation = "https://podsvirov.github.io/mdbook-pikchr/" readme = "docs/README.md" keywords = [ "mdbook", "pikchr", "pic", "md", "markdown", ] license = "MIT" repository = "https://github.com/podsvirov/mdbook-pikchr/" [[bin]] name = "mdbook-pikchr" path = "src/main.rs" doc = false [dependencies.clap] version = "4.3.12" [dependencies.env_logger] version = "0.11.5" [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.mdbook] version = "0.4.41" [dependencies.pulldown-cmark] version = "0.10.0" default-features = false [dependencies.pulldown-cmark-to-cmark] version = "14.0.1" [dependencies.semver] version = "1.0.19" [dependencies.serde_json] version = "1.0.107" [build-dependencies.cc] version = "1.1.36"