2019-12-15 17:15:06 +01:00
|
|
|
[package]
|
2019-12-17 19:41:47 +01:00
|
|
|
name = "nu-test-support"
|
2020-05-13 10:03:45 +02:00
|
|
|
version = "0.14.1"
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-12-15 17:15:06 +01:00
|
|
|
edition = "2018"
|
|
|
|
description = "A source string characterizer for Nushell"
|
|
|
|
license = "MIT"
|
|
|
|
|
2019-12-29 06:17:24 +01:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
2019-12-15 17:15:06 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2020-05-13 10:03:45 +02:00
|
|
|
nu-parser = { path = "../nu-parser", version = "0.14.1" }
|
|
|
|
nu-source = { path = "../nu-source", version = "0.14.1" }
|
|
|
|
nu-protocol = { path = "../nu-protocol", version = "0.14.1" }
|
2020-01-16 10:05:53 +01:00
|
|
|
|
2020-05-14 10:17:23 +02:00
|
|
|
directories = "2.0.2"
|
2019-12-15 17:15:06 +01:00
|
|
|
dunce = "1.0.0"
|
2020-04-07 09:51:17 +02:00
|
|
|
getset = "0.1.0"
|
2019-12-15 17:15:06 +01:00
|
|
|
glob = "0.3.0"
|
|
|
|
tempfile = "3.1.0"
|
2020-04-07 09:51:17 +02:00
|
|
|
indexmap = { version = "1.3.2", features = ["serde-1"] }
|
2020-01-13 07:17:56 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-05-13 10:03:45 +02:00
|
|
|
nu-build = { version = "0.14.1", path = "../nu-build" }
|