agent-rules-tool 0.1.0-rc.2

Lint and migrate agent rules per agent-rules-spec
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"
name = "agent-rules-tool"
version = "0.1.0-rc.2"
authors = ["canardleteer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lint and migrate agent rules per agent-rules-spec"
homepage = "https://github.com/canardleteer/agent-rules-tool"
documentation = "https://docs.rs/agent-rules-tool"
readme = "README.md"
keywords = [
    "agent",
    "rules",
    "lint",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/canardleteer/agent-rules-tool"
resolver = "2"

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

[[bin]]
name = "agent-rules-tool"
path = "src/main.rs"

[[example]]
name = "lint_and_migrate"
path = "examples/lint_and_migrate.rs"

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

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

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

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

[dependencies.jsonschema]
version = "0.46"

[dependencies.markdown-frontmatter]
version = "0.5"
features = ["yaml"]

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

[dependencies.serde-saphyr]
version = "0.0.27"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.clap]
version = "4"
features = [
    "derive",
    "debug",
]

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