claude-native 0.2.0

Scan any project and score how Claude Native it is — optimized for AI-assisted development
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 = "claude-native"
version = "0.2.0"
build = false
exclude = [
    "GOLDEN_RULES.md",
    "TASKS.md",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scan any project and score how Claude Native it is — optimized for AI-assisted development"
homepage = "https://github.com/viveky259259/claude-native"
readme = "README.md"
keywords = [
    "claude",
    "ai",
    "developer-tools",
    "linter",
    "scoring",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/viveky259259/claude-native"

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

[[bin]]
name = "claude-native"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.globset]
version = "0.4"

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

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

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