# 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 = "structiagram" version = "0.1.3" description = "Structiagram is a tool to generate Rust struct relation diagram as mermaid.js format." readme = "README.md" keywords = ["diagram"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ymgyt/structiagram" [dependencies.camino] version = "1.0.7" [dependencies.clap] version = "3.1.6" features = [ "derive", "wrap_help", ] [dependencies.quote] version = "1.0.18" [dependencies.syn] version = "1.0.91" features = [ "parsing", "full", ] [dependencies.tracing] version = "0.1.34" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.insta] version = "1.14.0" [dev-dependencies.syn] version = "1.0.91" features = [ "parsing", "full", "extra-traits", ]