nushell/crates/nu-test-support/Cargo.toml

31 lines
861 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Support for writing Nushell tests"
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-test-support"
2022-01-18 18:06:12 +01:00
version = "0.43.0"
[lib]
doctest = false
[dependencies]
2022-02-07 20:11:34 +01:00
<<<<<<< HEAD
2022-01-18 18:06:12 +01:00
nu-errors = { version = "0.43.0", path="../nu-errors" }
nu-path = { version = "0.43.0", path="../nu-path" }
nu-protocol = { path="../nu-protocol", version = "0.43.0" }
nu-source = { path="../nu-source", version = "0.43.0" }
2022-02-07 20:11:34 +01:00
=======
nu-path = { path="../nu-path" }
nu-protocol = { path="../nu-protocol" }
2022-02-07 20:11:34 +01:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
bigdecimal = { package = "bigdecimal", version = "0.3.0", features = ["serde"] }
2021-02-05 21:54:54 +01:00
chrono = "0.4.19"
2020-05-17 00:34:10 +02:00
getset = "0.1.1"
glob = "0.3.0"
2021-06-22 07:22:33 +02:00
indexmap = { version="1.6.1", features=["serde-1"] }
num-bigint = { version="0.4.3", features=["serde"] }
2021-02-05 21:54:54 +01:00
tempfile = "3.2.0"
hamcrest2 = "0.3.0"