# 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" version = "0.1.3" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/rust/impl/options/front", "/Cargo.toml", "/Readme.md", "/License"] description = "Mechanism to define map of options for a fuction and its defaults laconically.\n" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/woptions" documentation = "https://docs.rs/woptions" 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" resolver = "2" [lib] name = "woptions" path = "rust/impl/options/front/lib.rs" [[example]] name = "woptions_trivial" path = "sample/rust/woptions_trivial/src/main.rs" [[test]] name = "woptions_test" path = "rust/test/options/woptions_lib_test.rs" [dependencies.former] version = "~0.1" [dependencies.woptions_meta] version = "~0.1" [dependencies.woptions_runtime] version = "~0.1" [dev-dependencies.test_tools] version = "~0.1" [features] all = [] default = []