2019-12-15 17:15:06 +01:00
|
|
|
[package]
|
2022-03-13 19:30:27 +01:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2020-10-14 11:45:32 +02:00
|
|
|
description = "Support for writing Nushell tests"
|
2022-08-14 14:21:20 +02:00
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-test-support"
|
2020-07-05 22:12:44 +02:00
|
|
|
edition = "2018"
|
2019-12-15 17:15:06 +01:00
|
|
|
license = "MIT"
|
2020-07-05 22:12:44 +02:00
|
|
|
name = "nu-test-support"
|
2022-08-18 11:14:17 +02:00
|
|
|
version = "0.67.1"
|
2019-12-15 17:15:06 +01:00
|
|
|
|
2019-12-29 06:17:24 +01:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
2019-12-15 17:15:06 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-18 11:14:17 +02:00
|
|
|
nu-path = { path="../nu-path", version = "0.67.1" }
|
|
|
|
nu-glob = { path = "../nu-glob", version = "0.67.1" }
|
|
|
|
nu-utils = { path="../nu-utils", version = "0.67.1" }
|
2022-08-13 04:13:50 +02:00
|
|
|
lazy_static = "1.4.0"
|
|
|
|
num-format = "0.4.0"
|
2020-01-16 10:05:53 +01:00
|
|
|
|
2020-05-17 00:34:10 +02:00
|
|
|
getset = "0.1.1"
|
2021-11-20 14:11:11 +01:00
|
|
|
num-bigint = { version="0.4.3", features=["serde"] }
|
2021-02-05 21:54:54 +01:00
|
|
|
tempfile = "3.2.0"
|
2021-03-30 11:35:21 +02:00
|
|
|
hamcrest2 = "0.3.0"
|