{
  "cksum": "00dc2223b4c6de017ea99ce854c35019f92d2775e4b734b39342ff6cb35aced5",
  "crate_file": "sentry-0.15.2.crate",
  "crate_url": "https://static.crates.io/crates/sentry/sentry-0.15.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "actix-web",
      "optional": false,
      "req": "^0.7.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "backtrace",
      "optional": true,
      "req": "^0.3.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "curl",
      "optional": true,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "env_logger",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "error-chain",
      "optional": true,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "failure",
      "optional": true,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "failure_derive",
      "optional": false,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "findshlibs",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "elf32",
        "elf64",
        "endian_fd",
        "std"
      ],
      "kind": "normal",
      "name": "goblin",
      "optional": true,
      "req": "^0.0.20",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hostname",
      "optional": true,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httpdate",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "im",
      "optional": true,
      "req": "^12.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap",
      "optional": true,
      "req": "^0.7.0",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_env_logger",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.6.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.9.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "rustc_version",
      "optional": true,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sentry-types",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.38",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uname",
      "optional": true,
      "req": "^0.1.1",
      "target": "cfg(not(windows))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^1.7.2",
      "target": null
    }
  ],
  "features": {
    "default": [
      "with_client_implementation",
      "with_default_transport",
      "with_panic",
      "with_failure",
      "with_log",
      "with_env_logger",
      "with_device_info",
      "with_rust_info"
    ],
    "with_backtrace": [
      "backtrace",
      "regex"
    ],
    "with_client_implementation": [
      "im",
      "url",
      "with_backtrace"
    ],
    "with_curl_transport": [
      "curl",
      "httpdate",
      "serde_json",
      "with_client_implementation"
    ],
    "with_debug_meta": [
      "findshlibs",
      "goblin",
      "memmap",
      "with_client_implementation"
    ],
    "with_debug_to_log": [
      "log"
    ],
    "with_default_transport": [
      "with_reqwest_transport"
    ],
    "with_device_info": [
      "libc",
      "hostname",
      "uname",
      "with_client_implementation"
    ],
    "with_env_logger": [
      "with_log",
      "env_logger"
    ],
    "with_error_chain": [
      "error-chain",
      "with_backtrace"
    ],
    "with_failure": [
      "failure",
      "with_backtrace"
    ],
    "with_log": [
      "log",
      "with_backtrace"
    ],
    "with_panic": [
      "with_backtrace"
    ],
    "with_reqwest_transport": [
      "reqwest",
      "httpdate",
      "with_client_implementation"
    ],
    "with_rust_info": [
      "rustc_version",
      "with_client_implementation"
    ],
    "with_test_support": []
  },
  "index_path": "se/nt/sentry",
  "name": "sentry",
  "pubtime": "2019-03-21T07:29:15Z",
  "vers": "0.15.2",
  "yanked": false
}
