nu-cmd-lang 0.112.2

Nushell's core language commands
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.92.0"
name = "nu-cmd-lang"
version = "0.112.2"
authors = ["The Nushell Project Developers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nushell's core language commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"

[features]
default = ["os"]
os = [
    "nu-engine/os",
    "nu-protocol/os",
    "nu-utils/os",
]
plugin = [
    "nu-protocol/plugin",
    "os",
]

[lib]
name = "nu_cmd_lang"
path = "src/lib.rs"
bench = false

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.itertools]
version = "0.14"

[dependencies.nu-cmd-base]
version = "0.112.2"

[dependencies.nu-engine]
version = "0.112.2"
default-features = false

[dependencies.nu-experimental]
version = "0.112.2"

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

[dependencies.nu-protocol]
version = "0.112.2"
default-features = false

[dependencies.nu-utils]
version = "0.112.2"
default-features = false

[dependencies.shadow-rs]
version = "1.7"
default-features = false

[dev-dependencies.miette]
version = "7.6"

[dev-dependencies.quickcheck]
version = "1.1"

[dev-dependencies.quickcheck_macros]
version = "1.2"

[build-dependencies.shadow-rs]
version = "1.7"
features = ["build"]
default-features = false

[lints.clippy]
format_push_string = "warn"
needless_raw_strings = "warn"
result_large_err = "allow"
unchecked_time_subtraction = "warn"
unwrap_used = "deny"
used_underscore_binding = "warn"