nu_plugin_ldap 0.1.0

Nushell plugin for LDAP queries
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_ldap"
version = "0.1.0"
authors = ["Aaron DeVore <adevore@pdx.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nushell plugin for LDAP queries"
readme = "README.md"
keywords = [
    "ldap",
    "nu",
    "nushell",
    "plugin",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/adevore/nu_plugin_ldap"

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

[[bin]]
name = "nu_plugin_ldap"
path = "src/main.rs"
bench = false

[dependencies.ldap3]
version = "0.12.1"
features = ["tls-rustls-ring"]
default-features = false

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

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

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.17"
features = [
    "rt",
    "tracing",
]

[dependencies.tracing]
version = "0.1.44"
features = ["std"]

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"