# 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 = "nereus" version = "0.2.8" authors = ["Rahul D. Ghosal "] exclude = [ "examples/*", "tests/*", "test.*", ".gitignore", ] description = "Library and executable to generate a mermaid class diagram (.mmd) from pydantic class definitions (.py files)." keywords = [ "uml", "mermaid", "pydantic", "python", "codegen", ] categories = [ "command-line-interface", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/rdghosal/nereus/" [lib] path = "src/lib.rs" [[bin]] name = "nereus" path = "src/main.rs" [dependencies]