2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu-test-support/Cargo.toml

24 lines
609 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Support for writing Nushell tests"
2020-07-05 13:12:44 -07:00
edition = "2018"
license = "MIT"
2020-07-05 13:12:44 -07:00
name = "nu-test-support"
version = "0.59.0"
[lib]
doctest = false
[dependencies]
2022-02-07 14:54:06 -05:00
nu-path = { path="../nu-path", version = "0.59.0" }
nu-protocol = { path="../nu-protocol", version = "0.59.0" }
bigdecimal = { package = "bigdecimal", version = "0.3.0", features = ["serde"] }
2021-02-06 09:54:54 +13:00
chrono = "0.4.19"
2020-05-16 15:34:10 -07:00
getset = "0.1.1"
glob = "0.3.0"
2021-06-22 17:22:33 +12:00
indexmap = { version="1.6.1", features=["serde-1"] }
num-bigint = { version="0.4.3", features=["serde"] }
2021-02-06 09:54:54 +13:00
tempfile = "3.2.0"
hamcrest2 = "0.3.0"