# 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-rustviz" version = "0.2.0" build = false exclude = ["test-book/"] autobins = false autoexamples = false autotests = false autobenches = false description = "An mdbook preprocessor that allows users to embed RustViz visualizations into mdbook projects" readme = "README.md" license = "MIT" repository = "https://github.com/rustviz/rustviz2" [[bin]] name = "mdbook-rustviz" path = "src/main.rs" [dependencies.clap] version = "4.0" features = [ "std", "derive", "cargo", "unicode", "error-context", ] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "=0.4.36" [dependencies.pulldown-cmark] version = "0.9.6" [dependencies.pulldown-cmark-to-cmark] version = "10.0" [dependencies.rustviz2] version = "0.1.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5"