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