ra-ap-rustc_parse_format 0.172.0

Automatically published version of the package `rustc_parse_format` in the rust-lang/rust repository from commit 01f54e80e888b66d6486a3a95d481b87353016df 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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

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

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

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

[[package]]
name = "ra-ap-rustc_parse_format"
version = "0.172.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.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"