ra-ap-rustc_parse_format 0.173.0

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

[[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.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

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

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

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

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

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

[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
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"