nu-std 0.100.0

The standard library of Nushell
Documentation
[dependencies.log]
version = "0.4"

[dependencies.miette]
features = ["fancy-no-backtrace"]
version = "7.2"

[dependencies.nu-engine]
version = "0.100.0"

[dependencies.nu-parser]
version = "0.100.0"

[dependencies.nu-protocol]
version = "0.100.0"

[lib]
name = "nu_std"
path = "src/lib.rs"

[lints.clippy]
unchecked_duration_subtraction = "warn"

[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The standard library of Nushell"
edition = "2021"
license = "MIT"
name = "nu-std"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-std"
version = "0.100.0"