[package] name = "oop_inheritance" version = "1.0.1" edition = "2021" authors = ["hydroper "] repository = "https://github.com/hydroper/rust-oop-inheritance" license = "MIT OR Apache-2.0" description = "Object-oriented inheritance" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] oop_inheritance_proc = { path = "../oop_inheritance_proc", version = "1.0.0" } by_address = "1.1.0" # lazy-regex = "3.0.1" # maplit = "1.0.2" # once_cell = "1.18.0"