# 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 = "2018" rust-version = "1.75" name = "scopegraphs-render-docs" version = "0.3.2" authors = [ "Mike Lubinets ", "Frank Rehberger ", "Jonathan Dönszelmann ", ] include = [ "src/**/*", "Cargo.toml", "doc/js/**", ] description = "Derived from Aquamarine, a mermaid.js integration for rustdoc, renders scopegraphs by executing doctests to generate mermaid" readme = "README.md" keywords = [ "proc_macro", "docs", "rustdoc", "mermaid", "diagram", ] categories = [ "visualization", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/metaborg/rust-scopegraphs" resolver = "2" [lib] proc-macro = true [dependencies.include_dir] version = "0.7" [dependencies.itertools] version = "0.13" [dependencies.proc-macro-error] version = "1" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dependencies.uuid] version = "1.8" features = ["v4"] [dev-dependencies.pretty_assertions] version = "1"