[package] name = "woptions_runtime" version = "0.1.3" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/woptions_runtime" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/woptions_runtime" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/woptions_runtime" description = """ Mechanism to define map of options for a fuction and its defaults laconically. Its runtime. """ categories = [ "algorithms", "development-tools" ] keywords = [ "fundamental", "general-purpose", "builder-pattern" ] include = [ "/rust/impl/options/runtime", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "woptions_runtime" path = "rust/impl/options/runtime/lib.rs" [[test]] name = "options_runtime_test" path = "rust/test/options/woptions_runtime_lib_test.rs" [dependencies] former = { version = "~0.1", path = "../../rust/former" } [dev-dependencies] test_tools = { version = "~0.1", path = "../../rust/test_tools" }