knack 0.2.2

CLI for packaging, discovering, and installing Agent Skills
# 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 = "knack"
version = "0.2.2"
authors = ["Anibal Angulo <ajcardoza2000@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for packaging, discovering, and installing Agent Skills"
homepage = "https://github.com/ajac-zero/knack"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "skill",
    "cli",
    "package-manager",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ajac-zero/knack"

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.13"

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.flate2]
version = "1.1.5"

[dependencies.knack-core]
version = "0.2.2"

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

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.toml]
version = "0.9.8"