nu-protocol 0.100.0

Nushell's internal protocols, including its abstract syntax tree
Documentation
[dependencies.brotli]
optional = true
version = "6.0"

[dependencies.byte-unit]
version = "5.1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
default-features = false
features = ["serde", "std", "unstable-locales"]
version = "0.4.34"

[dependencies.chrono-humanize]
version = "0.2.3"

[dependencies.dirs]
version = "5.0"

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

[dependencies.heck]
version = "0.5.0"

[dependencies.indexmap]
version = "2.6"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.12"

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

[dependencies.nu-derive-value]
version = "0.100.0"

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

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

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

[dependencies.num-format]
version = "0.4"

[dependencies.os_pipe]
features = ["io_safety", "io_safety"]
version = "1.2"

[dependencies.rmp-serde]
optional = true
version = "1.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.typetag]
version = "0.2"

[dev-dependencies.nu-test-support]
version = "0.100.0"

[dev-dependencies.nu-utils]
version = "0.100.0"

[dev-dependencies.os_pipe]
features = ["io_safety"]
version = "1.2"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rstest]
default-features = false
version = "0.18"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.strum]
version = "0.26"

[dev-dependencies.strum_macros]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.13"

[features]
plugin = ["brotli", "rmp-serde"]

[lib]
bench = false
name = "nu_protocol"
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 = "Nushell's internal protocols, including its abstract syntax tree"
edition = "2021"
license = "MIT"
name = "nu-protocol"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-protocol"
version = "0.100.0"

[package.metadata.docs.rs]
all-features = true

[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["signal"]
version = "0.29"

[target."cfg(windows)".dependencies.dirs-sys]
version = "0.4"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.48"

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

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

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

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

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