# 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 = "documentation_generator" version = "0.1.0" authors = ["Borna Cvitanić borna.cvitanic@gmail.com"] description = "Rust-based documentation generator for C# codebases. It scans C# source files, extracts relevant constructs (classes, structs, enums, and interfaces), and generates documentation based on a provided template." readme = "README.md" keywords = [ "documentation", "generator", "CSharp", "templates", "parsing", ] categories = [ "command-line-utilities", "development-tools", "parsing", ] license-file = "LICENSE.md" repository = "https://github.com/bornacvitanic/rust-csharp-doc-generator" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.structopt-derive] version = "0.4" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.walkdir] version = "2.3"