hooks 1.0.0-alpha.2

Compile-time, async hooks
Documentation
{
  "$schema": "../../.yarn/unplugged/nx-virtual-fb1067bda3/node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "packages/hooks/src",
  "implicitDependencies": ["hooks-derive"],
  "targets": {
    "test": {
      "executor": "@nxrs/cargo:test",
      "options": {}
    },
    "lint": {
      "executor": "@nxrs/cargo:clippy",
      "options": {
        "fix": false,
        "failOnWarnings": true,
        "noDeps": true
      }
    },
    "semantic-release": {
      "executor": "@theunderscorer/nx-semantic-release:semantic-release",
      "options": {
        "plugins": [
          [
            "@semantic-release/exec",
            {
              "prepareCmd": "cargo set-version ${nextRelease.version} && cargo check",
              "publishCmd": "cargo publish",
              "execCwd": "packages/hooks"
            }
          ]
        ],
        "gitAssets": ["**/Cargo.toml", "Cargo.lock"],
        "github": true,
        "changelog": true,
        "npm": false,
        "tagFormat": "hooks-v${VERSION}"
      }
    }
  },
  "tags": []
}