version = 4
[[package]]
name = "anathema-debug"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab86e40bbc0b3c1d5d3d5f3e60ed4b60c24ee248a9fe9946712b1cb614d6504d"
[[package]]
name = "anathema-state"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "448b0c8c1ee799a6e16d70d729c11a7870226959b30d4f155a27d761be8aa839"
dependencies = [
"anathema-debug",
"anathema-state-derive",
"anathema-store",
]
[[package]]
name = "anathema-state-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b3f7094b3dd5d2c20b3c10f449608af86d6226fd628ef7b2f1e5fabeff37d8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "anathema-store"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "334a48c80a3e802da17f7626d234a750335a8d6effea36bdc9eb368127c92c42"
dependencies = [
"anathema-debug",
]
[[package]]
name = "anathema-strings"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20da06040154625301e03355e7d721801febfad85f0534d031e5788f1ce57dfc"
dependencies = [
"anathema-store",
]
[[package]]
name = "anathema-templates"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd589265f6a1dc397e28acd2059582172e461771cf97382f89d187405156d0c"
dependencies = [
"anathema-debug",
"anathema-state",
"anathema-store",
]
[[package]]
name = "anathema-value-resolver"
version = "0.2.0"
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"