# 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" name = "aquamarine" version = "0.6.0" authors = [ "Mike Lubinets ", "Frank Rehberger ", ] include = [ "src/**/*", "Cargo.toml", "doc/js/**", ] description = "A mermaid.js integration for rustdoc" readme = "README.md" keywords = [ "proc_macro", "docs", "rustdoc", "mermaid", "diagram", ] categories = [ "visualization", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/mersinvald/aquamarine" [lib] proc-macro = true [dependencies.include_dir] version = "0.7" [dependencies.itertools] version = "0.10" [dependencies.proc-macro-error2] version = "2" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.pretty_assertions] version = "1"