nu_plugin_nuts 0.1.0

Blazingly fast Nats client as a nushell plugin
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"
name = "nu_plugin_nuts"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazingly fast Nats client as a nushell plugin"
readme = "README.md"
keywords = [
    "nats",
    "nushell",
    "nu",
    "plugin",
]
license-file = "LICENSE"

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

[[bin]]
name = "nu_plugin_nuts"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-nats]
version = "0.39.0"

[dependencies.env_logger]
version = "0.11.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.27"

[dependencies.nu-plugin]
version = "0.103.0"

[dependencies.nu-protocol]
version = "0.103.0"
features = ["plugin"]

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

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tokio-util]
version = "0.7.14"