rucc-pp 0.2.0

Macro expansion, conditionals, include resolution, and the header cache.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rucc-base"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7697df9e2f9eebf5f1a09a96d2d85998668e54850a148fb164c28642c84f1b4"

[[package]]
name = "rucc-diag"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a4040ff521844b0c387af94d43a27887437e94c59ff941b946ea3fd786bf0e"

[[package]]
name = "rucc-gnu"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4176ad1e821ffd82e741df6577d182b839ce71326caa471f1a94ed38ac8a2dc"

[[package]]
name = "rucc-lex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fa0f14ff07ddbe1703a818c8fc385974ba1494b7a0aef2f72ff7c628c2fec19"
dependencies = [
 "rucc-base",
 "rucc-diag",
]

[[package]]
name = "rucc-pp"
version = "0.2.0"
dependencies = [
 "rucc-base",
 "rucc-diag",
 "rucc-gnu",
 "rucc-lex",
 "rucc-session",
 "rucc-target",
]

[[package]]
name = "rucc-session"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a99a501871a243db776363e53a063f67e49718696934093533d5149611242f"
dependencies = [
 "rucc-base",
 "rucc-diag",
 "rucc-target",
]

[[package]]
name = "rucc-target"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fad200cd8d13e8384eb240c88da2dce6edf57d22d7c4b9080a2098b36fc5c3"