# 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 = "roopes-core" version = "0.1.1" description = "Roopes is a Rust Object Oriented Pattern Element System. This crate provides generic traits and implementations for typical object-oriented patterns in Rust. It is intended to be used as a cluster of utility classes for implementing OOP-architected executables -- in Rust!" homepage = "https://github.com/zwerdlds/roopes" documentation = "https://docs.rs/roopes" readme = "README.md" keywords = [ "structure", "object_oriented", "OOP", ] categories = ["data-structures"] license = "MIT" resolver = "2" [package.metadata.docs.rs] features = ["doc-images"] [lib] doctest = true [dependencies.delegate] version = "0.9.0" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.enclose] version = "1.1.8" [dev-dependencies] [features] doc-images = []