# 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 = "rsdoc" version = "0.3.0" authors = ["cocalon "] description = """ Transform PlandUML/Drawio diagrams in doc comments as PNG images. """ readme = "README.md" keywords = [ "rustdoc", "documentation", "plantuml", "uml", "drawio", ] categories = ["development-tools"] license = "MIT/Apache-2.0" repository = "https://github.com/cocalon/rsdoc" [lib] path = "src/lib.rs" proc-macro = true [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.deflate] version = "1.0.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.syn] version = "1.0.41" [dependencies.ureq] version = "2.6.2" [features] default = [] [badges.maintenance] status = "passively-maintained"