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"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
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!
|
2023-11-15 13:34:56 +02:00
|
|
|
dissimilar = "1.0.7"
|
2023-05-03 23:52:58 -07:00
|
|
|
text-size.workspace = true
|
2023-12-18 14:53:11 +01:00
|
|
|
rustc-hash.workspace = true
|
2020-08-13 17:42:52 +02:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
stdx.workspace = true
|
|
|
|
profile.workspace = true
|