skil 0.0.1

A fast, friendly CLI for managing agent skills.
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 = "skil"
version = "0.0.1"
build = false
exclude = [
    ".github/*",
    "target/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, friendly CLI for managing agent skills."
homepage = "https://github.com/matoous/skil"
documentation = "https://docs.rs/skil"
readme = "README.md"
keywords = [
    "cli",
    "agent",
    "skills",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/matoous/skil"

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

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

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

[dependencies.clap_complete]
version = "4.5.4"

[dependencies.console]
version = "0.16.2"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.gix]
version = "0.78.0"
features = [
    "blocking-http-transport-reqwest-rust-tls",
    "worktree-mutation",
]

[dependencies.indicatif]
version = "0.18.3"

[dependencies.jiff]
version = "0.2.18"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "rustls",
    "webpki-roots",
    "blocking",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2.5"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"