nushell/crates/nu-value-ext/Cargo.toml

23 lines
539 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Extension traits for values in Nushell"
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-value-ext"
2021-08-27 10:48:58 +02:00
version = "0.36.1"
[lib]
doctest = false
[dependencies]
2021-08-27 10:48:58 +02:00
nu-errors = { path="../nu-errors", version = "0.36.1" }
nu-protocol = { path="../nu-protocol", version = "0.36.1" }
nu-source = { path="../nu-source", version = "0.36.1" }
2021-06-22 07:22:33 +02:00
indexmap = { version="1.6.1", features=["serde-1"] }
itertools = "0.10.0"
2021-02-05 21:54:54 +01:00
num-traits = "0.2.14"
[features]
dataframe = ["nu-protocol/dataframe"]