# 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 = "rustalize" version = "0.1.0" authors = ["Volker Schwaberow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rustalizer is a powerful tool designed to help developers analyze complex Rust code structures. It provides a simple Abstract Syntax Tree (AST) parser that can break down Rust traits, structs, and enums into a more manageable and visually comprehensible format." readme = "README.md" license = "MIT" [lib] name = "rustalize" path = "src/lib.rs" [[example]] name = "complex_enum" path = "examples/complex_enum.rs" [[example]] name = "more_trait" path = "examples/more_trait.rs" [[example]] name = "simple_trait" path = "examples/simple_trait.rs" [dependencies]