[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "bobo_oop"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["moluopro <moluopro@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "a part of bobo library about oop"
documentation = "https://github.com/moluopro/bobo"
edition = "2021"
homepage = "https://github.com/moluopro/bobo"
keywords = ["oop", "inherit", "inheritance", "object-oriented"]
license = "Apache-2.0"
name = "bobo-oop"
readme = "README.md"
repository = "https://github.com/moluopro/bobo"
version = "0.1.3"