nodus 0.5.2

Local-first CLI for managing project-scoped agent packages.
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.85"
name = "nodus"
version = "0.5.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first CLI for managing project-scoped agent packages."
documentation = "https://docs.rs/nodus"
readme = "README.md"
keywords = [
    "agents",
    "cli",
    "automation",
    "developer-tools",
    "local-first",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"

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

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.14"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dunce]
version = "1.0.5"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.rayon]
version = "1.11.0"

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "1.0.6"

[dependencies.walkdir]
version = "2.5.0"

[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies.async-trait]
version = "0.1.89"

[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies.mentra]
version = "0.3.0"

[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
]