cowork 0.1.5

CLI tool for managing Claude Code skills - install, generate, and organize skills across AI coding agents
# 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 = "cowork"
version = "0.1.5"
authors = ["Zhang Handong <pku.alex.zhang@gmail.com>"]
build = false
include = [
    "src/**/*",
    "builtin-skills/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for managing Claude Code skills - install, generate, and organize skills across AI coding agents"
homepage = "https://github.com/ZhangHanDong/cowork-skills"
readme = "README.md"
keywords = [
    "claude",
    "skills",
    "ai",
    "cli",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ZhangHanDong/cowork-skills"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.colored]
version = "2.0"

[dependencies.dirs]
version = "5.0"

[dependencies.octocrab]
version = "0.45"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "visit",
]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-python]
version = "0.23"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2.4"

[lints.clippy]
all = "warn"
pedantic = "warn"