version = 4
[[package]]
name = "anathema-state"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e71d645a263c1b4be0d8a3146305c43b77f30549b3247bf36c2492c9434c1ce8"
dependencies = [
"anathema-state-derive",
"anathema-store",
]
[[package]]
name = "anathema-state-derive"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f9b6ff1ef6b3c7badc3a80bed75d6572cca5d9ef4510788cf1676e44f0e4b0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "anathema-store"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adffce7781f2b3b5ffbf0748a2b081440a010c9f794b18a6d9758f4548fce171"
[[package]]
name = "anathema-templates"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4878d86612321f008b6b6c018e95db28937ccc1018cb37684c178d99946063fe"
dependencies = [
"anathema-state",
"anathema-store",
]
[[package]]
name = "anathema-value-resolver"
version = "0.2.7"
dependencies = [
"anathema-state",
"anathema-store",
"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"