woptions_runtime 0.1.0

Mechanism to define map of options for a fuction and its defaults laconically. 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 = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"

[[package]]
name = "former"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35d49d46ea5ed7c3f6128f1a6a5f82c1299673fabfd5de85776e41452c19b46"
dependencies = [
 "former_meta",
 "former_runtime",
]

[[package]]
name = "former_meta"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94cd7f0ceb2aec26a2e8668a532eb0fafff466a990a2b4fb60f5c8c942d78abb"
dependencies = [
 "itertools",
 "proc-macro2",
 "quote",
 "syn",
 "werror",
 "wproc_macro",
]

[[package]]
name = "former_runtime"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "103cbbad02ba2afe80ead996b5774b37c25380ac312df22f77dfccaf97de3ef7"

[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
 "either",
]

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

[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"

[[package]]
name = "werror"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f629616cbfba7006231ecc16e86094f7f4f59b0fa67e36fd2211590d35c6b8c"

[[package]]
name = "winterval"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058741b30e86c7da9b954913f9141c3b43ae340a1a407b2870595ffba8096bb6"

[[package]]
name = "woptions_runtime"
version = "0.1.0"
dependencies = [
 "anyhow",
 "former",
 "wtest_basic",
]

[[package]]
name = "wproc_macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "996382f6a8a380ef500292413698617c37536b1f865cd2bb26ee1be38f8b763b"
dependencies = [
 "proc-macro2",
 "syn",
 "winterval",
]

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