[package] name = "proper_tools" version = "0.1.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/proper_tools" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/proper_tools" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/proper_tools" description = """ Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind. """ 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 = [] enabled = [] [dependencies] [dev-dependencies] test_tools = { workspace = true }