anathema-value-resolver 0.2.1

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48255ea7029edaa7f9f14a0eccd180467ea06dc635101453bffc871897aab45"

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

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

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

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

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

[[package]]
name = "anathema-value-resolver"
version = "0.2.1"
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"