[package] name = "impls_index" version = "0.9.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/impls_index" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/impls_index" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/impls_index" 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" ] [lints] workspace = true [package.metadata.docs.rs] features = [ "full" ] all-features = false [features] default = [ "enabled" ] full = [ "enabled" ] no_std = [] use_alloc = [ "no_std" ] enabled = [ "impls_index_meta/enabled" ] [dependencies] impls_index_meta = { workspace = true } [dev-dependencies] # test_tools_stable = { workspace = true } tempdir = { version = "0.3.7" }