talos-skill 0.10.1

SKILL.md parser and loader for Talos 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.95"
name = "talos-skill"
version = "0.10.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SKILL.md parser and loader for Talos agent skills"
homepage = "https://github.com/wjhuang88/talos"
readme = false
license = "Apache-2.0"
repository = "https://github.com/wjhuang88/talos"

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

[dependencies.pulldown-cmark]
version = "0.13.4"

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

[dependencies.serde_yaml]
version = "0.10.7"
package = "yaml_serde"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.walkdir]
version = "2"

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

[lints.clippy]
unwrap_used = "warn"