# 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-trunk" version = "0.2.1" authors = ["Rust For Web "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook plugin which bundles packages using Trunk and includes them as iframes." homepage = "https://mdbook-plugins.rustforweb.org/trunk.html" readme = "README.md" license = "MIT" repository = "https://github.com/RustForWeb/mdbook-plugins" [lib] name = "mdbook_trunk" path = "src/lib.rs" [[bin]] name = "mdbook-trunk" path = "src/bin/mdbook-trunk.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo] version = "0.80.0" features = ["all-static"] [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.fs_extra] version = "1.3.0" [dependencies.html_parser] version = "0.7.0" [dependencies.htmlentity] version = "1.3.2" [dependencies.log] version = "0.4.22" [dependencies.mdbook] version = "0.4.40" [dependencies.mdbook-plugin-utils] version = "0.2.1" [dependencies.peekread] version = "0.1.1" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.test-log] version = "0.2.16" [dependencies.toml] version = "0.8.14"