# 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-template" version = "1.1.1+deprecated" authors = ["Goudham Suresh "] exclude = [ ".github/**", "examples", ] description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments" readme = "README.md" keywords = [ "mdbook", "markdown", "template", "preprocessor", "plugin", ] license = "MIT" repository = "https://github.com/sgoudham/mdbook-template" [lib] name = "mdbook_template" path = "src/lib.rs" [[bin]] name = "mdbook-template" path = "src/bin/mdbook-template.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.12" [dependencies.env_logger] version = "0.9.0" [dependencies.fancy-regex] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.16" [dependencies.mdbook] version = "0.4.18" [dependencies.semver] version = "1.0.7" [dependencies.serde_json] version = "1.0.79"