2018-08-12 15:50:16 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "test-utils"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2024-08-05 22:23:22 +00:00
|
|
|
repository.workspace = true
|
2024-07-30 12:10:08 +00:00
|
|
|
description = "Assorted testing utilities for rust-analyzer."
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
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!
|
2023-11-15 11:34:56 +00:00
|
|
|
dissimilar = "1.0.7"
|
2023-05-04 06:52:58 +00:00
|
|
|
text-size.workspace = true
|
2024-01-18 02:27:38 +00:00
|
|
|
tracing.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
rustc-hash.workspace = true
|
2020-08-13 15:42:52 +00:00
|
|
|
|
2024-08-02 09:08:19 +00:00
|
|
|
paths.workspace = true
|
2023-01-17 09:52:26 +00:00
|
|
|
stdx.workspace = true
|
|
|
|
profile.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-01-18 02:27:38 +00:00
|
|
|
workspace = true
|