# 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-derive" version = "0.1.0" 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" [lib] doctest = true proc-macro = true [dependencies.delegate] version = "0.9.0" [dependencies.derive-getters] version = "0.3.0" [dependencies.enclose] version = "1.1.8" [dependencies.heck] version = "0.4.1" [dependencies.prettyplease] version = "0.2.6" [dependencies.proc-macro2] version = "1.0.49" [dependencies.quote] version = "1.0.23" [dependencies.roopes-core] version = "0.1.1" [dependencies.syn] version = "2.0.18" features = ["extra-traits"] [dev-dependencies.trybuild] version = "1.0"