2019-11-21 14:33:14 +00:00
|
|
|
[package]
|
|
|
|
name = "nu-source"
|
2020-04-21 05:01:03 +00:00
|
|
|
version = "0.13.0"
|
2020-04-06 07:16:14 +00:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-11-21 14:33:14 +00:00
|
|
|
edition = "2018"
|
2019-11-27 04:14:45 +00:00
|
|
|
description = "A source string characterizer for Nushell"
|
|
|
|
license = "MIT"
|
2019-11-21 14:33:14 +00:00
|
|
|
|
2019-12-29 05:17:24 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
2019-11-21 14:33:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-04-08 22:28:20 +00:00
|
|
|
serde = { version = "1.0.106", features = ["derive"] }
|
2019-11-21 14:33:14 +00:00
|
|
|
derive-new = "0.5.8"
|
2020-04-08 22:28:20 +00:00
|
|
|
getset = "0.1.0"
|
2019-11-21 14:33:14 +00:00
|
|
|
language-reporting = "0.4.0"
|
2020-04-08 22:28:20 +00:00
|
|
|
termcolor = "1.1.0"
|
2019-11-21 14:33:14 +00:00
|
|
|
pretty = "0.5.2"
|
2019-12-02 21:14:51 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-04-21 05:01:03 +00:00
|
|
|
nu-build = { version = "0.13.0", path = "../nu-build" }
|