mai-cli 0.2.0

AI tooling package manager - Manage skills, commands, and MCP connectors for AI agents (Qwen, Claude, etc.)
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 = "mai-cli"
version = "0.2.0"
authors = ["Alex Sarapulov <ialexsarapulov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI tooling package manager - Manage skills, commands, and MCP connectors for AI agents (Qwen, Claude, etc.)"
homepage = "https://github.com/molyee/mai"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "tooling",
    "package-manager",
    "mcp",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/molyee/mai"

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "5"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

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

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"