skillnet 0.6.0

Manage canonical AI skill stores, derived views, and calibration data for multi-phase-plan.
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"
rust-version = "1.88"
name = "skillnet"
version = "0.6.0"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/data/multi-phase-plan/schema/*.sql",
    "/data/multi-phase-plan/schema-pg/*.sql",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
    "/docs/book.toml",
    "/docs/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage canonical AI skill stores, derived views, and calibration data for multi-phase-plan."
homepage = "https://codeberg.org/caniko/skillnet"
documentation = "https://docs.rs/skillnet"
readme = "README.md"
keywords = [
    "ai",
    "skills",
    "calibration",
    "claude",
    "codex",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/caniko/skillnet"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["postgres"]
postgres = ["dep:postgres"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.camino]
version = "1.1"
features = ["serde1"]

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.dialoguer]
version = "0.11"

[dependencies.filetime]
version = "0.2"

[dependencies.postgres]
version = "0.19"
features = ["with-serde_json-1"]
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.13"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.5"

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

[dev-dependencies.insta]
version = "1.47.2"

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

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