# 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 = "svgbobdoc" version = "0.3.0" authors = ["yvt "] description = "Renders ASCII diagrams in doc comments as SVG images.\n" readme = "README.md" keywords = ["rustdoc", "documentation", "svg", "diagram", "figure"] categories = ["development-tools"] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/svgbobdoc" [lib] path = "src/lib.rs" proc-macro = true [dependencies.base64] version = ">= 0.5.2, < 0.14" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.svgbob] version = "= 0.6.6" optional = true [dependencies.syn] version = "1.0.41" [dependencies.unicode-width] version = "0.1" [features] default = [] enable = ["svgbob"] [badges.maintenance] status = "passively-maintained"