summaryrefslogtreecommitdiff
path: root/crates/nu-value-ext/Cargo.toml
blob: a939a715e2055c8ccfb1d14ec295910d748d21a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
authors = ["The Nu Project Contributors"]
description = "Extension traits for values in Nushell"
edition = "2018"
license = "MIT"
name = "nu-value-ext"
version = "0.44.0"

[lib]
doctest = false

[dependencies]
nu-errors = { path="../nu-errors", version = "0.44.0" }
nu-protocol = { path="../nu-protocol", version = "0.44.0" }
nu-source = { path="../nu-source", version = "0.44.0" }

indexmap = { version="1.6.1", features=["serde-1"] }
itertools = "0.10.0"
num-traits = "0.2.14"

[features]
dataframe = ["nu-protocol/dataframe"]