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"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-07-14 01:57:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 15:49:28 +00:00
|
|
|
edition = "2021"
|
2021-12-15 20:49:48 +00:00
|
|
|
rust-version = "1.57"
|
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!
|
2022-06-10 14:30:09 +00:00
|
|
|
dissimilar = "1.0.4"
|
2022-03-22 16:36:41 +00:00
|
|
|
text-size = "1.1.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" }
|