[package] name = "minmetal" version = "0.1.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/minmetal" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/minmetal" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/minmetal" description = """ Draw language. """ 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" ] enabled = [] [dependencies] [dev-dependencies] test_tools = { workspace = true }