2019-11-21 15:33:14 +01:00
|
|
|
[package]
|
|
|
|
name = "nu-source"
|
2020-06-14 23:54:30 +02:00
|
|
|
version = "0.15.1"
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-11-21 15:33:14 +01:00
|
|
|
edition = "2018"
|
2019-11-27 05:14:45 +01:00
|
|
|
description = "A source string characterizer for Nushell"
|
|
|
|
license = "MIT"
|
2019-11-21 15:33:14 +01:00
|
|
|
|
2019-12-29 06:17:24 +01:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
2019-11-21 15:33:14 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2020-05-30 22:54:47 +02:00
|
|
|
serde = { version = "1.0.110", features = ["derive"] }
|
2019-11-21 15:33:14 +01:00
|
|
|
derive-new = "0.5.8"
|
2020-05-17 00:34:10 +02:00
|
|
|
getset = "0.1.1"
|
2020-05-18 20:44:27 +02:00
|
|
|
codespan-reporting = "0.9.4"
|
2020-04-09 00:28:20 +02:00
|
|
|
termcolor = "1.1.0"
|
2019-11-21 15:33:14 +01:00
|
|
|
pretty = "0.5.2"
|
2019-12-02 22:14:51 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-06-14 23:54:30 +02:00
|
|
|
nu-build = { version = "0.15.1", path = "../nu-build" }
|