# 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 = "2021" name = "nu-protocol" version = "0.100.0" authors = ["The Nushell Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nushell's internal protocols, including its abstract syntax tree" readme = "README.md" license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-protocol" [package.metadata.docs.rs] all-features = true [lib] name = "nu_protocol" path = "src/lib.rs" bench = false [[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" [dependencies.brotli] version = "6.0" optional = true [dependencies.byte-unit] version = "5.1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.34" features = [ "serde", "std", "unstable-locales", ] default-features = false [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] version = "7.2" features = ["fancy-no-backtrace"] [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] version = "1.2" features = [ "io_safety", "io_safety", ] [dependencies.rmp-serde] version = "1.3" optional = true [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] version = "1.2" features = ["io_safety"] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.18" default-features = false [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", ] [target."cfg(unix)".dependencies.nix] version = "0.29" features = ["signal"] default-features = false [target."cfg(windows)".dependencies.dirs-sys] version = "0.4" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" [lints.clippy] unchecked_duration_subtraction = "warn"