# 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" rust-version = "1.76" name = "mdbook-metadata" version = "0.1.1" authors = ["Jefferson Roth "] description = "mdBook preprocessor to parse markdown metadata" homepage = "https://github.com/jeffersonroth/mdbook-metadata" readme = "README.md" license = "MIT" repository = "https://github.com/jeffersonroth/mdbook-metadata" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" [dependencies.env_logger] version = "0.11.3" [dependencies.html-escape] version = "0.2.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.mdbook] version = "0.4.37" default-features = false [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_yaml] version = "0.9.34" [dependencies.walkdir] version = "2.5.0"