{
  "cksum": "1a4acf77afac731e1fa133e6952d074af052f02d64909677a66619f52e758261",
  "crate_file": "ruma-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/ruma/ruma-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "assign",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "isahc",
      "optional": false,
      "req": "^1.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js_int",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-api",
      "optional": true,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-appservice-api",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-client",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-client-api",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-common",
      "optional": false,
      "req": "^0.5.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-events",
      "optional": true,
      "req": "^0.23.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-federation-api",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "ruma-identifiers",
      "optional": false,
      "req": "^0.19.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-identity-service-api",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-push-gateway-api",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-serde",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-signatures",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ruma-state-res",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0.118",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "tokio-stream",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    }
  ],
  "features": {
    "api": [
      "ruma-api"
    ],
    "appservice-api": [
      "appservice-api-c",
      "appservice-api-s"
    ],
    "appservice-api-c": [
      "api",
      "events",
      "ruma-appservice-api/client"
    ],
    "appservice-api-helper": [
      "ruma-appservice-api/helper"
    ],
    "appservice-api-s": [
      "api",
      "events",
      "ruma-appservice-api/server"
    ],
    "client": [
      "ruma-client"
    ],
    "client-api": [
      "client-api-c",
      "client-api-s"
    ],
    "client-api-c": [
      "api",
      "events",
      "ruma-client-api/client"
    ],
    "client-api-s": [
      "api",
      "events",
      "ruma-client-api/server"
    ],
    "client-ext-client-api": [
      "client",
      "ruma-client/client-api"
    ],
    "client-hyper": [
      "client",
      "ruma-client/hyper"
    ],
    "client-hyper-native-tls": [
      "client",
      "ruma-client/hyper-native-tls"
    ],
    "client-isahc": [
      "client",
      "ruma-client/isahc"
    ],
    "client-reqwest": [
      "client",
      "ruma-client/reqwest"
    ],
    "client-reqwest-native-tls": [
      "client",
      "ruma-client/reqwest-native-tls"
    ],
    "client-reqwest-native-tls-vendored": [
      "client",
      "ruma-client/reqwest-native-tls-vendored"
    ],
    "client-reqwest-rustls-manual-roots": [
      "client",
      "ruma-client/reqwest-rustls-manual-roots"
    ],
    "client-reqwest-rustls-native-roots": [
      "client",
      "ruma-client/reqwest-rustls-native-roots"
    ],
    "client-reqwest-rustls-webpki-roots": [
      "client",
      "ruma-client/reqwest-rustls-webpki-roots"
    ],
    "compat": [
      "ruma-common/compat",
      "ruma-events/compat",
      "ruma-identifiers/compat",
      "ruma-client-api/compat",
      "ruma-signatures/compat"
    ],
    "either": [
      "ruma-identifiers/either"
    ],
    "events": [
      "ruma-events"
    ],
    "federation-api": [
      "federation-api-c",
      "federation-api-s"
    ],
    "federation-api-c": [
      "api",
      "signatures",
      "ruma-federation-api/client"
    ],
    "federation-api-s": [
      "api",
      "signatures",
      "ruma-federation-api/server"
    ],
    "full": [
      "api",
      "client",
      "events",
      "signatures",
      "state-res",
      "appservice-api",
      "client-api",
      "federation-api",
      "identity-service-api",
      "push-gateway-api",
      "either",
      "rand",
      "markdown"
    ],
    "identity-service-api": [
      "identity-service-api-c",
      "identity-service-api-s"
    ],
    "identity-service-api-c": [
      "api",
      "ruma-identity-service-api/client"
    ],
    "identity-service-api-s": [
      "api",
      "ruma-identity-service-api/server"
    ],
    "markdown": [
      "ruma-events/markdown"
    ],
    "push-gateway-api": [
      "push-gateway-api-c",
      "push-gateway-api-s"
    ],
    "push-gateway-api-c": [
      "api",
      "ruma-push-gateway-api/client"
    ],
    "push-gateway-api-s": [
      "api",
      "ruma-push-gateway-api/server"
    ],
    "rand": [
      "ruma-identifiers/rand"
    ],
    "signatures": [
      "ruma-signatures"
    ],
    "state-res": [
      "ruma-state-res"
    ],
    "unstable-exhaustive-types": [
      "ruma-common/unstable-exhaustive-types",
      "ruma-events/unstable-exhaustive-types",
      "ruma-appservice-api/unstable-exhaustive-types",
      "ruma-client-api/unstable-exhaustive-types",
      "ruma-federation-api/unstable-exhaustive-types",
      "ruma-identity-service-api/unstable-exhaustive-types",
      "ruma-push-gateway-api/unstable-exhaustive-types",
      "ruma-state-res/unstable-exhaustive-types"
    ],
    "unstable-pre-spec": [
      "ruma-common/unstable-pre-spec",
      "ruma-client-api/unstable-pre-spec",
      "ruma-events/unstable-pre-spec",
      "ruma-federation-api/unstable-pre-spec",
      "ruma-state-res/unstable-pre-spec"
    ]
  },
  "index_path": "ru/ma/ruma",
  "name": "ruma",
  "pubtime": "2021-06-21T16:12:51Z",
  "vers": "0.2.0",
  "yanked": false
}
