anathema-value-resolver 0.2.9

Anathema value resolver
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anathema-state"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b210fb72d23435b1b7bf7980bc858efcc241afcc1bd46e377e72d69c384541"
dependencies = [
 "anathema-state-derive",
 "anathema-store",
]

[[package]]
name = "anathema-state-derive"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "706e088fc7f153e56cdff5ed04d8df3ccca6f1022424445076a9329e9ee8aaf6"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "anathema-store"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a13e103e48702c5988599efaaa942f93ef53535256ffa30e94198d43f168d69"

[[package]]
name = "anathema-templates"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e270fa24e3d786dedb94dff717e6d0d4ab72e5f535563f6d0daed101e3b0c4e"
dependencies = [
 "anathema-state",
 "anathema-store",
]

[[package]]
name = "anathema-value-resolver"
version = "0.2.9"
dependencies = [
 "anathema-state",
 "anathema-store",
 "anathema-templates",
 "unicode-width",
]

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

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

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

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "unicode-width"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"