kasetto 1.2.1

An extremely fast AI skills manager, written in Rust.
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 = "2021"
name = "kasetto"
version = "1.2.1"
authors = ["Volodymyr Pivoshenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "kasetto"
description = "An extremely fast AI skills manager, written in Rust."
homepage = "https://github.com/pivoshenko/kasetto"
documentation = "https://docs.rs/kasetto"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "skills",
    "agents",
    "sync",
]
categories = [
    "command-line-utilities",
    "config",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pivoshenko/kasetto"

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

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

[[bin]]
name = "kst"
path = "src/bin/kst.rs"

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.29"

[dependencies.flate2]
version = "1"

[dependencies.mimalloc]
version = "0.1"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.shlex]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.unicode-width]
version = "0.1"

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

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

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

[lints.clippy]
dbg_macro = "warn"
todo = "warn"

[lints.rust]
unsafe_code = "forbid"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"