[package] name = "assistant" version = "0.1.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/assistant" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/assistant" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/assistant" description = """ Assist AI in writing code. """ 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 }