2019-12-15 17:15:06 +01:00
|
|
|
[package]
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-12-15 17:15:06 +01:00
|
|
|
description = "A source string characterizer for Nushell"
|
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"
|
2020-08-11 08:44:53 +02:00
|
|
|
version = "0.18.0"
|
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]
|
2020-08-11 08:44:53 +02:00
|
|
|
nu-parser = {path = "../nu-parser", version = "0.18.0"}
|
|
|
|
nu-protocol = {path = "../nu-protocol", version = "0.18.0"}
|
|
|
|
nu-source = {path = "../nu-source", version = "0.18.0"}
|
2020-01-16 10:05:53 +01:00
|
|
|
|
2020-05-14 10:17:23 +02:00
|
|
|
directories = "2.0.2"
|
2020-06-27 09:54:31 +02:00
|
|
|
dunce = "1.0.1"
|
2020-05-17 00:34:10 +02:00
|
|
|
getset = "0.1.1"
|
2019-12-15 17:15:06 +01:00
|
|
|
glob = "0.3.0"
|
2020-07-05 22:12:44 +02:00
|
|
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
2019-12-15 17:15:06 +01:00
|
|
|
tempfile = "3.1.0"
|
2020-01-13 07:17:56 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|