# 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-files" version = "0.2.0" authors = ["Patrick Elsen "] description = "Preprocessor for mdbook which renders files from a directory as an interactive widget" readme = "README.md" license = "MIT" repository = "https://github.com/xfbs/mdbook-files" [dependencies.anyhow] version = "1.0.75" [dependencies.camino] version = "1.1.6" features = [ "serde", "serde1", ] [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.ignore] version = "0.4.21" [dependencies.log] version = "0.4.20" [dependencies.mdbook] version = "0.4.35" default-features = false [dependencies.pulldown-cmark] version = "0.9.3" [dependencies.pulldown-cmark-to-cmark] version = "11.0.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tera] version = "1.19.1" features = ["builtins"] default-features = false [dependencies.toml] version = "0.5.11" [dependencies.uuid] version = "1.6.1" features = [ "v4", "serde", ]