rucc-session 0.11.0

The per-compilation session, options and diagnostic sink for the rucc C compiler.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rucc-abi"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b5b6b2c4775990a715f523b3098389a8d5b82048d66f1c6313dd23c02fc8414"
dependencies = [
 "rucc-base",
 "rucc-tuple",
]

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

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

[[package]]
name = "rucc-session"
version = "0.11.0"
dependencies = [
 "rucc-base",
 "rucc-diag",
 "rucc-target",
]

[[package]]
name = "rucc-target"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c9e338667f3fbffd282edca2c5cac79ab9c463d3bbbae239275ceebf0368d9"
dependencies = [
 "rucc-abi",
 "rucc-base",
 "rucc-tuple",
]

[[package]]
name = "rucc-tuple"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b678c265ac467ffb21fc17bc222fbb1eabfb0686481e0a958e0ea7650c74b70"