rust-analyzer/crates/proc-macro-srv/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
853 B
TOML
Raw Permalink Normal View History

2020-04-01 05:11:26 +00:00
[package]
2022-04-29 14:29:24 +00:00
name = "proc-macro-srv"
version = "0.0.0"
repository.workspace = true
description = "Proc-macro server for rust-analyzer."
2023-02-13 11:55:14 +00:00
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-04-01 05:11:26 +00:00
[lib]
doctest = false
[dependencies]
2024-03-05 11:00:21 +00:00
object.workspace = true
libloading.workspace = true
memmap2.workspace = true
2020-08-13 08:04:37 +00:00
2023-02-13 11:55:14 +00:00
stdx.workspace = true
tt.workspace = true
syntax-bridge.workspace = true
2023-02-13 11:55:14 +00:00
paths.workspace = true
base-db.workspace = true
span.workspace = true
proc-macro-api.workspace = true
2024-07-16 07:59:39 +00:00
intern.workspace = true
2020-04-01 05:11:26 +00:00
ra-ap-rustc_lexer.workspace = true
2020-04-01 05:11:26 +00:00
[dev-dependencies]
expect-test.workspace = true
# used as proc macro test targets
2023-02-13 11:55:14 +00:00
proc-macro-test.path = "./proc-macro-test"
[features]
sysroot-abi = []
in-rust-tree = ["syntax-bridge/in-rust-tree", "tt/in-rust-tree", "sysroot-abi"]
[lints]
workspace = true