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