{
  "cksum": "40594c48eee68420577e23b0a75b851d621d85949191faff1c739ef97334cb72",
  "crate_file": "shuttle-runtime-0.54.0.crate",
  "crate_url": "https://static.crates.io/crates/shuttle-runtime/shuttle-runtime-0.54.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.66",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.58",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": false,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http1",
        "server"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": false,
      "req": "^0.1.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "logs",
        "metrics",
        "trace",
        "tracing"
      ],
      "kind": "normal",
      "name": "opentelemetry",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http-proto",
        "logs",
        "metrics",
        "reqwest-client",
        "trace"
      ],
      "kind": "normal",
      "name": "opentelemetry-otlp",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "semconv_experimental"
      ],
      "kind": "normal",
      "name": "opentelemetry-semantic-conventions",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http",
        "logs",
        "metrics",
        "rt-tokio",
        "trace",
        "spec_unstable_logs_enabled"
      ],
      "kind": "normal",
      "name": "opentelemetry_sdk",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.148",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.89",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "shuttle-api-client",
      "optional": false,
      "req": "^0.54.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shuttle-codegen",
      "optional": false,
      "req": "^0.54.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shuttle-common",
      "optional": false,
      "req": "^0.54.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shuttle-service",
      "optional": false,
      "req": "^0.54.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "strfmt",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.40.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "attributes",
        "std"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "tracing-core",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "log-tracer",
        "std"
      ],
      "kind": "normal",
      "name": "tracing-log",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "metrics"
      ],
      "kind": "normal",
      "name": "tracing-opentelemetry",
      "optional": true,
      "req": "^0.28.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "registry",
        "json"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3.16",
      "target": null
    }
  ],
  "features": {
    "api-client-tracing": [
      "shuttle-api-client/tracing"
    ],
    "default": [
      "setup-tracing"
    ],
    "setup-tracing": [
      "tracing-subscriber/ansi",
      "tracing-subscriber/env-filter",
      "tracing-subscriber/fmt",
      "tracing-subscriber/smallvec",
      "tracing-subscriber/std",
      "tracing-subscriber/tracing-log"
    ]
  },
  "features2": {
    "setup-otel-exporter": [
      "setup-tracing",
      "dep:log",
      "dep:opentelemetry",
      "dep:opentelemetry-otlp",
      "dep:opentelemetry_sdk",
      "dep:opentelemetry-semantic-conventions",
      "dep:tracing-core",
      "dep:tracing-log",
      "dep:tracing-opentelemetry",
      "tracing-subscriber/alloc",
      "tracing-subscriber/parking_lot",
      "tracing-subscriber/registry",
      "tracing-subscriber/tracing",
      "tracing-subscriber/tracing-serde"
    ]
  },
  "index_path": "sh/ut/shuttle-runtime",
  "name": "shuttle-runtime",
  "pubtime": "2025-05-07T23:30:35Z",
  "v": 2,
  "vers": "0.54.0",
  "yanked": false
}
