[package] name = "impls_index_meta" version = "0.7.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/impls_index_meta" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta" description = """ Several of macros to put each function under a named macro to index every function in a class. """ categories = [ "algorithms", "development-tools" ] keywords = [ "fundamental", "general-purpose", "builder-pattern" ] [lints] workspace = true [package.metadata.docs.rs] features = [ "full" ] all-features = false # exclude = [ "/tests", "/examples", "-*" ] [features] default = [ "enabled" ] full = [ "enabled" ] enabled = [ "macro_tools/enabled" ] [lib] proc-macro = true [dependencies] macro_tools = { workspace = true } [dev-dependencies]