ra-ap-rustc_parse_format 0.169.0

Automatically published version of the package `rustc_parse_format` in the rust-lang/rust repository from commit f375177a48bcab5e27d800b464fa25363c0198f1 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 = "memchr"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "ra-ap-rustc_index"
version = "0.169.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc23b21587192575705a67bd03a241a0fd0d16b48f9be10829b21eb1c456fb8c"
dependencies = [
 "ra-ap-rustc_index_macros",
]

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

[[package]]
name = "ra-ap-rustc_lexer"
version = "0.169.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e1195dc49237a6580762dd5f95244d2bdeb0230ebcf2c77d20b680c007c003"
dependencies = [
 "memchr",
 "unicode-ident",
 "unicode-properties",
]

[[package]]
name = "ra-ap-rustc_parse_format"
version = "0.169.0"
dependencies = [
 "ra-ap-rustc_index",
 "ra-ap-rustc_lexer",
 "rustc-literal-escaper",
]

[[package]]
name = "rustc-literal-escaper"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8be87abb9e40db7466e0681dc8ecd9dcfd40360cb10b4c8fe24a7c4c3669b198"

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

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

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