former_runtime 0.1.9

Former - variation of builder pattern. Its runtime.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"

[[package]]
name = "former_runtime"
version = "0.1.9"
dependencies = [
 "anyhow",
 "meta_tools",
 "wtest_basic",
]

[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"

[[package]]
name = "meta_tools"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0366d673a8ee464191031bc9f657d592738ba7471812b294fe177f41d132b2"
dependencies = [
 "literally",
]

[[package]]
name = "paste"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"

[[package]]
name = "wtest_basic"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da5be72e021d0ce8b0ca8e69869b71af7f90053ee584a7ec08bbea25fbad75a"
dependencies = [
 "paste",
]