{
  "cksum": "29904ed0df433b6fe508790da9a95d54119d7e1e04c2155e3a6b16ad203e26ad",
  "crate_file": "pragma-common-0.3.3.crate",
  "crate_url": "https://static.crates.io/crates/pragma-common/pragma-common-0.3.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1.0.91",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "abigen-rs"
      ],
      "kind": "normal",
      "name": "cainome",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": true,
      "req": "^2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "metrics",
        "logs"
      ],
      "kind": "normal",
      "name": "opentelemetry",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "opentelemetry-appender-tracing",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tonic",
        "metrics",
        "logs"
      ],
      "kind": "normal",
      "name": "opentelemetry-otlp",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "opentelemetry-semantic-conventions",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-tokio",
        "logs"
      ],
      "kind": "normal",
      "name": "opentelemetry_sdk",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "prost-build",
      "optional": false,
      "req": "^0.13.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "starknet",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "starknet-crypto",
      "optional": true,
      "req": "^0.7.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "macros",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-opentelemetry",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "registry",
        "std"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "axum_extras",
        "chrono",
        "uuid"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^5.0.0",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "proto": [
      "dep:prost"
    ],
    "serde": [
      "dep:serde"
    ],
    "services": [
      "dep:async-trait",
      "dep:futures",
      "dep:tokio",
      "dep:tokio-util",
      "dep:anyhow"
    ],
    "starknet": [
      "dep:starknet",
      "dep:serde",
      "dep:starknet-crypto",
      "dep:cainome",
      "dep:indexmap",
      "dep:serde_json"
    ],
    "task-group": [
      "dep:tokio",
      "dep:futures"
    ],
    "telemetry": [
      "dep:tracing",
      "dep:opentelemetry",
      "dep:opentelemetry_sdk",
      "dep:opentelemetry-otlp",
      "dep:opentelemetry-semantic-conventions",
      "dep:opentelemetry-appender-tracing",
      "dep:tracing-subscriber",
      "dep:tracing-opentelemetry"
    ],
    "utoipa": [
      "dep:utoipa"
    ]
  },
  "index_path": "pr/ag/pragma-common",
  "name": "pragma-common",
  "pubtime": "2025-05-02T13:22:29Z",
  "rust_version": "1.81",
  "v": 2,
  "vers": "0.3.3",
  "yanked": false
}
