{
  "cksum": "37750d7d26146ab03f9436722e572f8531be82d01a698ffd9a264c6b7b10cbd6",
  "crate_file": "rerun-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/rerun/rerun-0.7.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.0",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "puffin",
      "optional": false,
      "req": "^0.15",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": false,
      "req": "^1.7",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_analytics",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "build",
      "name": "re_build_build_info",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_build_info",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_crash_handler",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_data_store",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_format",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_log",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "decoder",
        "encoder"
      ],
      "kind": "normal",
      "name": "re_log_encoding",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_log_types",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_memory",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_sdk",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_sdk_comms",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_smart_channel",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_viewer",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "re_web_viewer_server",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "client"
      ],
      "kind": "normal",
      "name": "re_ws_comms",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.24",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webbrowser",
      "optional": true,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "server": [
      "re_sdk_comms/server"
    ]
  },
  "features2": {
    "analytics": [
      "dep:re_analytics",
      "re_crash_handler/analytics",
      "re_viewer?/analytics",
      "re_web_viewer_server?/analytics"
    ],
    "default": [
      "analytics",
      "demo",
      "glam",
      "image",
      "sdk",
      "server"
    ],
    "demo": [
      "re_sdk?/demo"
    ],
    "glam": [
      "re_sdk?/glam"
    ],
    "image": [
      "re_log_types/image",
      "re_sdk?/image"
    ],
    "native_viewer": [
      "dep:re_viewer"
    ],
    "sdk": [
      "dep:re_sdk"
    ],
    "web_viewer": [
      "dep:re_web_viewer_server",
      "dep:webbrowser",
      "re_ws_comms/server"
    ]
  },
  "index_path": "re/ru/rerun",
  "name": "rerun",
  "pubtime": "2023-06-16T17:17:43Z",
  "rust_version": "1.69",
  "v": 2,
  "vers": "0.7.0",
  "yanked": false
}
