{
  "cksum": "d64bc3d28cba2969e323a1bfe60c294e8d45bfe8ce5a51ee3a71dfa3d672d3e2",
  "crate_file": "ng-async-tungstenite-0.22.2.crate",
  "crate_url": "https://static.crates.io/crates/ng-async-tungstenite/ng-async-tungstenite-0.22.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "attributes",
        "unstable"
      ],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures-channel",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-io",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sink",
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gio",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glib",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1",
        "server",
        "tcp"
      ],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ng-tungstenite",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openssl",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-async-native-tls",
      "optional": true,
      "package": "async-native-tls",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-async-tls",
      "optional": true,
      "package": "async-tls",
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-native-tls",
      "optional": true,
      "package": "native-tls",
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-tokio-native-tls",
      "optional": true,
      "package": "tokio-native-tls",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-tokio-openssl",
      "optional": true,
      "package": "tokio-openssl",
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "real-tokio-rustls",
      "optional": true,
      "package": "tokio-rustls",
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "net"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "url",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.23",
      "target": null
    }
  ],
  "features": {
    "__rustls-tls": [
      "tokio-runtime",
      "real-tokio-rustls",
      "ng-tungstenite/__rustls-tls"
    ],
    "async-native-tls": [
      "async-std-runtime",
      "real-async-native-tls",
      "ng-tungstenite/native-tls"
    ],
    "async-std-runtime": [
      "async-std",
      "handshake"
    ],
    "async-tls": [
      "real-async-tls",
      "handshake"
    ],
    "default": [
      "handshake"
    ],
    "gio-runtime": [
      "gio",
      "glib",
      "handshake"
    ],
    "handshake": [
      "ng-tungstenite/handshake"
    ],
    "tokio-native-tls": [
      "tokio-runtime",
      "real-tokio-native-tls",
      "real-native-tls",
      "ng-tungstenite/native-tls"
    ],
    "tokio-openssl": [
      "tokio-runtime",
      "real-tokio-openssl",
      "openssl"
    ],
    "tokio-runtime": [
      "tokio",
      "handshake"
    ],
    "tokio-rustls-manual-roots": [
      "__rustls-tls"
    ],
    "tokio-rustls-native-certs": [
      "__rustls-tls",
      "rustls-native-certs"
    ],
    "tokio-rustls-webpki-roots": [
      "__rustls-tls",
      "webpki-roots"
    ],
    "verbose-logging": []
  },
  "index_path": "ng/-a/ng-async-tungstenite",
  "name": "ng-async-tungstenite",
  "pubtime": "2024-05-22T02:26:29Z",
  "rust_version": "1.64",
  "vers": "0.22.2",
  "yanked": false
}
