basic-oop 0.8.3

Simple OOP for Rust.
Documentation
# 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 = "2024"
name = "basic-oop"
version = "0.8.3"
authors = ["warlock <internalmike@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple OOP for Rust."
documentation = "https://docs.rs/basic-oop/"
readme = "README.md"
keywords = [
    "virtual",
    "oop",
    "arc",
    "inheritance",
    "object",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/A1-Triard/basic-oop"

[lib]
name = "basic_oop"
path = "src/lib.rs"

[dependencies.basic-oop-macro]
version = "0.8.2"

[dependencies.downcast-rs]
version = "2.0.1"
features = ["sync"]
default-features = false

[dependencies.dynamic-cast]
version = "0.2.0"

[dependencies.macro_magic]
version = "0.6.0"