# 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-tabs" version = "0.2.1" authors = ["Rust For Web "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook plugin for rendering content in tabs." homepage = "https://mdbook-plugins.rustforweb.org/tabs.html" readme = "README.md" license = "MIT" repository = "https://github.com/RustForWeb/mdbook-plugins" [lib] name = "mdbook_tabs" path = "src/lib.rs" [[bin]] name = "mdbook-tabs" path = "src/bin/mdbook-tabs.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.22" [dependencies.mdbook] version = "0.4.40" [dependencies.mdbook-plugin-utils] version = "0.2.1" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-keyvalue] version = "0.1.0" [dependencies.serde_json] version = "1.0.120" [dependencies.test-log] version = "0.2.16" [dependencies.toml] version = "0.8.14"