# 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-minijinja" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook-minijinja is an mdbook preprocessor that evaluates book chapters as minijinja templates." readme = "README.md" keywords = [ "mdbook", "jinja", "jinja2", "templates", ] license = "Apache-2.0" repository = "https://github.com/ssanderson/mdbook-minijinja" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "mdbook-minijinja" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.clap] version = "4.5.20" features = ["string"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.mdbook] version = "0.4.40" default-features = false [dependencies.minijinja] version = "2.4.0" features = ["loader"] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132" [dependencies.toml] version = "0.8.19"