{
  "cksum": "b14ae9e658d7c4920a1ea2873ba86afbcd285c5bf627fde9b2af295488f702bc",
  "crate_file": "aws-config-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/aws-config/aws-config-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "arbitrary",
      "optional": false,
      "req": "^1.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.51",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-http",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-hyper",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-sdk-sts",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-async",
      "optional": false,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-client",
      "optional": false,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "test-util"
      ],
      "kind": "dev",
      "name": "aws-smithy-client",
      "optional": false,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-http",
      "optional": true,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-http-tower",
      "optional": true,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-json",
      "optional": true,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-smithy-types",
      "optional": false,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aws-types",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.4.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tracing-test",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "default-provider",
      "rustls",
      "rt-tokio",
      "dns",
      "tcp-connector"
    ],
    "default-provider": [
      "profile",
      "imds",
      "meta",
      "sts",
      "environment",
      "http-provider"
    ],
    "dns": [
      "tokio/rt"
    ],
    "environment": [
      "meta"
    ],
    "http-provider": [
      "aws-hyper",
      "aws-smithy-json",
      "aws-smithy-http",
      "tower",
      "tokio/sync"
    ],
    "imds": [
      "profile",
      "aws-smithy-http",
      "aws-smithy-http-tower",
      "aws-smithy-json",
      "tower",
      "aws-http",
      "meta"
    ],
    "meta": [
      "tokio/sync"
    ],
    "native-tls": [
      "aws-smithy-client/native-tls"
    ],
    "profile": [
      "sts",
      "web-identity-token",
      "meta",
      "environment",
      "imds",
      "http-provider"
    ],
    "rt-tokio": [
      "aws-smithy-async/rt-tokio"
    ],
    "rustls": [
      "aws-smithy-client/rustls"
    ],
    "sso": [],
    "sts": [
      "aws-sdk-sts",
      "aws-hyper"
    ],
    "tcp-connector": [
      "tokio/net",
      "tower"
    ],
    "web-identity-token": [
      "sts",
      "profile"
    ]
  },
  "index_path": "aw/s-/aws-config",
  "name": "aws-config",
  "pubtime": "2021-12-02T06:41:19Z",
  "vers": "0.2.0",
  "yanked": false
}
