# 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 = "rust_code_visualizer" version = "0.1.2" authors = ["Dmitrii Stepanidenko "] description = """ A library and CLI tool for graphical representation of Rust code, focusing on visualizing the relationships between structs and enums. """ readme = "README.md" license = "MIT" repository = "https://github.com/dmitriiStepanidenko/RustCodeVisualizer" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 debug = false [[bin]] name = "rcvis" path = "src/bin/main.rs" [dependencies.petgraph] version = "0.6.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.15" features = [ "full", "derive", "extra-traits", ]