2020-04-01 00:11:26 -05:00
|
|
|
[package]
|
2020-08-12 19:57:26 -05:00
|
|
|
name = "proc_macro_srv"
|
|
|
|
version = "0.0.0"
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-12 19:57:26 -05:00
|
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
edition = "2018"
|
2020-04-01 00:11:26 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-04 03:09:36 -05:00
|
|
|
goblin = "0.2.1"
|
|
|
|
libloading = "0.6.0"
|
2020-04-17 02:47:15 -05:00
|
|
|
memmap = "0.7"
|
2020-08-13 03:04:37 -05:00
|
|
|
|
2020-08-24 03:25:19 -05:00
|
|
|
tt = { path = "../tt", version = "0.0.0" }
|
|
|
|
mbe = { path = "../mbe", version = "0.0.0" }
|
|
|
|
proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
|
|
|
|
test_utils = { path = "../test_utils", version = "0.0.0" }
|
2020-04-01 00:11:26 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-07-29 16:06:56 -05:00
|
|
|
cargo_metadata = "0.11.1"
|
2020-04-01 00:11:26 -05:00
|
|
|
difference = "2.0.0"
|
2020-08-14 17:19:47 -05:00
|
|
|
|
|
|
|
# used as proc macro test targets
|
2020-05-09 17:22:26 -05:00
|
|
|
serde_derive = "1.0.106"
|
2020-08-14 17:19:47 -05:00
|
|
|
proc_macro_test = { path = "../proc_macro_test" }
|
2020-08-13 03:04:37 -05:00
|
|
|
|
2020-08-12 09:52:28 -05:00
|
|
|
toolchain = { path = "../toolchain" }
|