skillc 0.2.1

A development kit for Agent Skills - the open format for extending AI agent capabilities
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 = "skillc"
version = "0.2.1"
build = false
exclude = [
    ".claude/",
    ".github/",
    "gov/",
    "scripts/",
    "deny.toml",
    ".pre-commit-config.yaml",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A development kit for Agent Skills - the open format for extending AI agent capabilities"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "skills",
    "mcp",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/govctl-org/skillc"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.comfy-table]
version = "7"
features = ["tty"]

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"
features = ["rayon"]

[dependencies.lazy-regex]
version = "3"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "0.14"
features = [
    "server",
    "transport-io",
]

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.strum]
version = "0.27"
features = ["derive"]

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

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

[dev-dependencies.temp-env]
version = "0.3"

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

[target."cfg(windows)".dependencies.junction]
version = "1"