anathema-value-resolver 0.2.2

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

[[package]]
name = "anathema-debug"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5333d48014c28747b634253f6da88659bfff6cfedc0003621bdb3081705c3733"

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

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

[[package]]
name = "anathema-store"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1593b6cf1c9c73c403454e8a2371061452d3aeeeb2f963a2a4833d2cd36bff0"
dependencies = [
 "anathema-debug",
]

[[package]]
name = "anathema-strings"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "086f2b88a5d874280e3c001f0f66dca361644b97b062e7ec9c7f3a25915baaf7"
dependencies = [
 "anathema-store",
]

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

[[package]]
name = "anathema-value-resolver"
version = "0.2.2"
dependencies = [
 "anathema-debug",
 "anathema-state",
 "anathema-store",
 "anathema-strings",
 "anathema-templates",
]

[[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"