[package] name = "exe_tools" version = "0.1.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/exe_tools" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/exe_tools" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/exe_tools" description = """ Collection of algorithms and structures to handle execution properly. """ 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 }