{
  "name": "@maya/forge-code-macros",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/maya/forge-code-macros/src",
  "projectType": "library",
  "tags": ["scope:maya", "layer:ixchel", "type:rust-lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo build --manifest-path libs/maya/forge-code-macros/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo fmt --manifest-path libs/maya/forge-code-macros/Cargo.toml -- --check"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo test --manifest-path libs/maya/forge-code-macros/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo check --manifest-path libs/maya/forge-code-macros/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    }
  }
}
