nichlink-cli 0.1.0

NichLink command-line interface: project scaffolding, Studio, and the MCP bridge
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"
rust-version = "1.96.0"
name = "nichlink-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "nichlink"
description = "NichLink command-line interface: project scaffolding, Studio, and the MCP bridge"
homepage = "https://github.com/Nichtigott/nichlink"
documentation = "https://docs.rs/nichlink-cli"
readme = "README.md"
keywords = [
    "cli",
    "cargo-subcommand",
    "scaffolding",
    "codegen",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Nichtigott/nichlink"
resolver = "2"

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

[[bin]]
name = "nichlink"
path = "src/bin/nichlink.rs"
doc = false

[[bin]]
name = "cargo-nichlink"
path = "src/bin/cargo-nichlink.rs"
doc = false

[dependencies.nichlink-build-method]
version = "0.1.0"

[dependencies.nichlink-core]
version = "0.1.0"

[dependencies.nichlink-mcp]
version = "0.1.0"

[dependencies.nichlink-studio]
version = "0.1.0"

[dependencies.serde_json]
version = "1"