# 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 = "2018" name = "mdbook-tera" version = "0.5.1" authors = ["avitex "] include = [ "src/**/*", "README.md", "LICENSE", "Cargo.lock", "Cargo.toml", ] description = "Tera preprocessor for mdBook" homepage = "https://github.com/avitex/mdbook-tera" documentation = "https://docs.rs/mdbook-tera" readme = "README.md" keywords = [ "mdbook", "tera", "preprocessor", ] categories = [ "command-line-utilities", "template-engine", ] license = "MIT" repository = "https://github.com/avitex/mdbook-tera" [[bin]] name = "mdbook-tera" required-features = [ "toml", "json", ] [dependencies.anyhow] version = "~1" [dependencies.clap] version = "~3" [dependencies.globwalk] version = "0.8" [dependencies.mdbook] version = "0.4" default-features = false [dependencies.semver] version = "~1" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" optional = true [dependencies.tera] version = "^1.5.0" [dependencies.toml] version = "~0.5" optional = true [features] default = [ "toml", "json", ] json = ["serde_json"]