{
  "cksum": "efe1c6c258797410d14ef90993e00916318d17461b201538d76fd8d3031cad4e",
  "crate_file": "sentry-0.18.0.crate",
  "crate_url": "https://static.crates.io/crates/sentry/sentry-0.18.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "actix-web",
      "optional": false,
      "req": "^0.7.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "backtrace",
      "optional": true,
      "req": "^0.3.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "curl",
      "optional": true,
      "req": "^0.4.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "env_logger",
      "optional": true,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "error-chain",
      "optional": true,
      "req": "^0.12.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "failure",
      "optional": true,
      "req": "^0.1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "failure_derive",
      "optional": false,
      "req": "^0.1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "findshlibs",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hostname",
      "optional": true,
      "req": "^0.3.0",
      "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": "^14.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.66",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_env_logger",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.3.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "blocking",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.10.1",
      "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.14.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.48",
      "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": "^2.1.1",
      "target": null
    }
  ],
  "features": {
    "default": [
      "with_client_implementation",
      "with_default_transport",
      "with_panic",
      "with_failure",
      "with_device_info",
      "with_rust_info"
    ],
    "with_backtrace": [
      "backtrace",
      "regex"
    ],
    "with_client_implementation": [
      "im",
      "url",
      "with_backtrace",
      "rand"
    ],
    "with_curl_transport": [
      "curl",
      "httpdate",
      "serde_json",
      "with_client_implementation"
    ],
    "with_debug_meta": [
      "findshlibs",
      "with_client_implementation"
    ],
    "with_debug_to_log": [
      "log"
    ],
    "with_default_transport": [
      "with_reqwest_transport",
      "with_native_tls"
    ],
    "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_native_tls": [
      "reqwest/default-tls"
    ],
    "with_panic": [
      "with_backtrace"
    ],
    "with_reqwest_transport": [
      "reqwest",
      "httpdate",
      "with_client_implementation"
    ],
    "with_rust_info": [
      "rustc_version",
      "with_client_implementation"
    ],
    "with_rustls": [
      "reqwest/rustls-tls"
    ],
    "with_test_support": []
  },
  "index_path": "se/nt/sentry",
  "name": "sentry",
  "pubtime": "2020-02-19T16:11:18Z",
  "vers": "0.18.0",
  "yanked": false
}
