]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_lexer/Cargo.toml
New upstream version 1.57.0+dfsg1
[rustc.git] / compiler / rustc_lexer / Cargo.toml
CommitLineData
416331ca 1[package]
416331ca
XL
2name = "rustc_lexer"
3version = "0.1.0"
e1599b0c 4license = "MIT OR Apache-2.0"
c295e0f8 5edition = "2021"
416331ca 6
e1599b0c
XL
7repository = "https://github.com/rust-lang/rust/"
8description = """
9Rust lexer used by rustc. No stability guarantees are provided.
10"""
416331ca
XL
11
12# Note: do not remove this blank `[lib]` section.
13# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
14[lib]
15doctest = false
e1599b0c
XL
16
17# Note that this crate purposefully does not depend on other rustc crates
18[dependencies]
19unicode-xid = "0.2.0"
3dfed10e
XL
20
21[dev-dependencies]
1b1a35ee 22expect-test = "1.0"