1[package] 2name = "test-utils" 3version = "0.0.0" 4description = "TBD" 5 6authors.workspace = true 7edition.workspace = true 8license.workspace = true 9rust-version.workspace = true 10 11[lib] 12doctest = false 13 14[dependencies] 15# Avoid adding deps here, this crate is widely used in tests it should compile fast! 16dissimilar = "1.0.4" 17text-size.workspace = true 18rustc-hash = "1.1.0" 19 20stdx.workspace = true 21profile.workspace = true 22