nu_plugin_logic 0.1.0

Prolog-style pattern matching and relational search for Nushell
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_logic"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prolog-style pattern matching and relational search for Nushell"
readme = "README.md"
keywords = [
    "nushell",
    "plugin",
    "logic",
    "prolog",
    "unification",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/unthingable/nu_plugin_logic"

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

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

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

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

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