captcha-sdk 0.0.1

Unified server-side CAPTCHA verification for Rust
Documentation
area:core:
  - changed-files:
      - any-glob-to-any-file:
          - "src/*.rs"

area:providers:
  - changed-files:
      - any-glob-to-any-file:
          - "src/providers/**"

rust:
  - changed-files:
      - any-glob-to-any-file:
          - "**/*.rs"
          - "**/Cargo.toml"

tests:
  - changed-files:
      - any-glob-to-any-file:
          - "tests/**"

documentation:
  - changed-files:
      - any-glob-to-any-file:
          - "*.md"
          - "docs/**"

release:
  - changed-files:
      - any-glob-to-any-file:
          - "CHANGELOG.md"
          - "RELEASE.md"
          - "release-plz.toml"
          - ".github/workflows/release-plz.yml"

dependencies:
  - changed-files:
      - any-glob-to-any-file:
          - "Cargo.lock"
          - "**/Cargo.toml"
          - ".github/dependabot.yml"

ci:
  - changed-files:
      - any-glob-to-any-file:
          - ".github/**"
          - ".cargo/**"
          - "deny.toml"
          - "lefthook.yml"
          - "rust-toolchain.toml"
          - "rustfmt.toml"
          - "clippy.toml"