ra-ap-rustc_parse_format 0.79.0

Automatically published version of the package `rustc_parse_format` in the rust-lang/rust repository from commit 5afd5ad29c014de69bea61d028a1ce832ed75a75 The publishing script for this crate lives at: https://github.com/rust-analyzer/rustc-auto-publish
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

[[package]]
name = "proc-macro2"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
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 = "ra-ap-rustc_index"
version = "0.79.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0575c75deda82ded38c5eb2dad7c8ff37fc5ccd1a35a9c05a21a2e301e64d866"
dependencies = [
 "arrayvec",
 "ra-ap-rustc_index_macros",
 "smallvec",
]

[[package]]
name = "ra-ap-rustc_index_macros"
version = "0.79.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa1c89543856cc2684f734a827fc7cb2cd67ae6ce9d1548be63b2bfe8b2786d"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "ra-ap-rustc_lexer"
version = "0.79.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d29edbe9a752cf79169ca0be3bae7685edcc6837fbd2efe0f4260c2895f3230"
dependencies = [
 "unicode-properties",
 "unicode-xid",
]

[[package]]
name = "ra-ap-rustc_parse_format"
version = "0.79.0"
dependencies = [
 "ra-ap-rustc_index",
 "ra-ap-rustc_lexer",
]

[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"

[[package]]
name = "syn"
version = "2.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"

[[package]]
name = "unicode-properties"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"

[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"