# 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 = "former_runtime" version = "0.1.11" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/rust/impl/former/runtime", "/Cargo.toml", "/Readme.md", "/License"] description = "Former - variation of builder pattern. Its runtime.\n" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/former_runtime" documentation = "https://docs.rs/former_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/former_runtime" resolver = "2" [lib] name = "former_runtime" path = "rust/impl/former/runtime/lib.rs" [[test]] name = "former_runtime_test" path = "rust/test/former/former_runtime_lib_test.rs" [dependencies] [dev-dependencies.anyhow] version = "~1.0" [dev-dependencies.meta_tools] version = "~0.2" [dev-dependencies.test_tools] version = "~0.1"