# 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-journal" version = "0.3.0" authors = ["Ben Falk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "journal plugin for mdBook" homepage = "https://benfalk.github.io/mdbook-journal/" readme = "README.md" keywords = [ "book", "gitbook", "mdbook", "markdown", "plugin", ] categories = [ "command-line-utilities", "template-engine", ] license = "MIT" repository = "https://github.com/benfalk/mdbook-journal" [lib] name = "mdbook_journal" path = "src/lib.rs" [[bin]] name = "mdbook-journal" path = "src/bin/mdbook-journal.rs" required-features = ["cli"] [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "std", "derive", ] optional = true [dependencies.convert_case] version = "0.6" [dependencies.env_logger] version = "0.11" optional = true [dependencies.handlebars] version = "6.0" features = ["string_helpers"] [dependencies.log] version = "0.4" [dependencies.markdown-it] version = "0.6" [dependencies.markdown-it-front-matter] version = "0.3" [dependencies.mdbook] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" [dependencies.walkdir] version = "2.5" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.mockall] version = "0.13" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.22" [features] cli = [ "clap", "env_logger", ] default = ["cli"]