# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "woptions_runtime" version = "0.1.3" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/rust/impl/options/runtime", "/Cargo.toml", "/Readme.md", "/License"] description = "Mechanism to define map of options for a fuction and its defaults laconically. Its runtime.\n" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/woptions_runtime" documentation = "https://docs.rs/woptions_runtime" readme = "Readme.md" keywords = ["fundamental", "general-purpose", "builder-pattern"] categories = ["algorithms", "development-tools"] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/woptions_runtime" resolver = "2" [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" [dev-dependencies.test_tools] version = "~0.1"