virke-core 0.3.2

Core library for Virke — installs GSD to any supported AI coding runtime
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.85"
name = "virke-core"
version = "0.3.2"
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "LICENSE",
    "README.md",
    "Cargo.toml",
    "agents/**/*",
    "commands/**/*",
    "hooks/**/*",
    "get-shit-done/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Virke — installs GSD to any supported AI coding runtime"
homepage = "https://github.com/bromso/virke"
readme = "README.md"
keywords = [
    "gsd",
    "installer",
    "claude",
    "llm",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bromso/virke"

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

[dependencies.dirs]
version = "6"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.22"

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.assert_fs]
version = "1"

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

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

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

[build-dependencies.walkdir]
version = "2"