{
  "cksum": "f40459c9f628d7a1166728446b1b0e09aaa99d2d3c889e701c943add1f3080f7",
  "crate_file": "shuttle-service-0.4.2.crate",
  "crate_url": "https://static.crates.io/crates/shuttle-service/shuttle-service-0.4.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.57",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio1"
      ],
      "kind": "normal",
      "name": "async-std",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.56",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.5.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cargo",
      "optional": true,
      "req": "^0.62.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "server",
        "tcp",
        "http1"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.14.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libloading",
      "optional": true,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1.0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "poem",
      "optional": true,
      "req": "^1.3.35",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "portpicker",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.5.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rocket",
      "optional": true,
      "req": "^0.5.0-rc.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shuttle-codegen",
      "optional": true,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shuttle-common",
      "optional": false,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.5.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sync_wrapper",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tide",
      "optional": true,
      "req": "^0.16.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.19.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "make"
      ],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.4.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "dev",
      "name": "uuid",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    }
  ],
  "features": {
    "codegen": [
      "shuttle-codegen"
    ],
    "default": [
      "codegen"
    ],
    "loader": [
      "cargo",
      "libloading"
    ],
    "secrets": [
      "sqlx-postgres"
    ],
    "sqlx-aws-mariadb": [
      "sqlx-integration",
      "sqlx/mysql"
    ],
    "sqlx-aws-mysql": [
      "sqlx-integration",
      "sqlx/mysql"
    ],
    "sqlx-aws-postgres": [
      "sqlx-integration",
      "sqlx/postgres"
    ],
    "sqlx-integration": [
      "sqlx/runtime-tokio-native-tls"
    ],
    "sqlx-postgres": [
      "sqlx-integration",
      "sqlx/postgres"
    ],
    "web-axum": [
      "axum",
      "sync_wrapper"
    ],
    "web-poem": [
      "poem"
    ],
    "web-rocket": [
      "rocket"
    ],
    "web-tide": [
      "tide"
    ],
    "web-tower": [
      "tower",
      "hyper"
    ]
  },
  "index_path": "sh/ut/shuttle-service",
  "name": "shuttle-service",
  "pubtime": "2022-08-15T14:16:05Z",
  "vers": "0.4.2",
  "yanked": false
}
