synaptic-mesh-cli 0.1.1

CLI library for Synaptic Neural Mesh - complete integration with Synaptic Market
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 = "2021"
name = "synaptic-mesh-cli"
version = "0.1.1"
authors = ["rUv <https://github.com/ruvnet>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI library for Synaptic Neural Mesh - complete integration with Synaptic Market"
homepage = "https://github.com/ruvnet/Synaptic-Mesh"
documentation = "https://docs.rs/synaptic-mesh-cli"
readme = "README.md"
keywords = [
    "cli",
    "neural",
    "mesh",
    "distributed",
    "marketplace",
]
categories = [
    "command-line-interface",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/Synaptic-Mesh"

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

[[bin]]
name = "synaptic-mesh"
path = "src/bin/main.rs"
required-features = []

[dependencies.anyhow]
version = "1.0"

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

[dependencies.claude_market]
version = "0.1"

[dependencies.colored]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.synaptic-daa-swarm]
version = "0.1"

[dependencies.synaptic-neural-mesh]
version = "0.1"

[dependencies.synaptic-neural-wasm]
version = "0.1"

[dependencies.synaptic-qudag-core]
version = "0.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"