nu-cmd-extra 0.112.2

Nushell's extra commands that are not part of the 1.0 api standard.
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-extra"
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 extra commands that are not part of the 1.0 api standard."
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-extra"

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

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

[dependencies.fancy-regex]
version = "0.17"

[dependencies.heck]
version = "0.5.0"

[dependencies.itertools]
version = "0.14"

[dependencies.mime]
version = "0.3.17"

[dependencies.nu-ansi-term]
version = "0.50.3"

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

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

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

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

[dependencies.nu-pretty-hex]
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.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.v_htmlescape]
version = "0.15.8"

[dev-dependencies]

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

[build-dependencies.quote]
version = "1.0.45"

[build-dependencies.serde]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0.149"

[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"