2018-08-12 15:50:16 +00:00
|
|
|
[package]
|
2018-08-25 11:26:34 +00:00
|
|
|
name = "test_utils"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-07-14 01:57:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-13 15:42:52 +00:00
|
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
edition = "2018"
|
2018-08-12 15:50:16 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-08-12 15:50:16 +00:00
|
|
|
[dependencies]
|
2020-06-23 16:56:26 +00:00
|
|
|
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
|
2021-01-06 17:13:29 +00:00
|
|
|
dissimilar = "1.0.2"
|
2020-04-25 09:52:10 +00:00
|
|
|
text-size = "1.0.0"
|
2020-05-16 08:16:32 +00:00
|
|
|
rustc-hash = "1.1.0"
|
2020-08-13 15:42:52 +00:00
|
|
|
|
2020-08-24 08:25:19 +00:00
|
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|
2021-02-09 16:29:40 +00:00
|
|
|
profile = { path = "../profile", version = "0.0.0" }
|