{
  "name": "@v7/substrate-bridge",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/v7/substrate-bridge/src",
  "projectType": "library",
  "tags": ["scope:v7", "layer:substrate", "type:rust-lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo build --manifest-path libs/v7/Cargo.toml -p v7-substrate-bridge"
      },
      "inputs": ["v7Production", "^v7Production"],
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo fmt --manifest-path libs/v7/substrate-bridge/Cargo.toml -- --check"
      },
      "inputs": ["v7Production"]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo test --manifest-path libs/v7/Cargo.toml -p v7-substrate-bridge"
      },
      "inputs": ["v7Test", "^v7Production"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo check --manifest-path libs/v7/Cargo.toml -p v7-substrate-bridge"
      },
      "inputs": ["v7Production", "^v7Production"]
    }
  }
}
