nushell/crates/nu-stream/Cargo.toml
Bruce Mitchener f603b7ef8b
Remove empty trace feature. (#3732)
In `nu-parser`, this was a relic of when nom was used by the parser
and it would enable using `nom-tracable`.
2021-07-06 07:21:28 +12:00

18 lines
426 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell stream"
edition = "2018"
license = "MIT"
name = "nu-stream"
version = "0.33.1"
[dependencies]
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
futures = { version="0.3.12", features=["compat", "io-compat"] }
[features]
stable = []