{
  "cksum": "509c5fbb9e875fafcd9c4612c0e49d476083b848bf87380cfe1126ebc745c140",
  "crate_file": "sentry-0.16.0.crate",
  "crate_url": "https://static.crates.io/crates/sentry/sentry-0.16.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.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "curl",
      "optional": true,
      "req": "^0.4.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "env_logger",
      "optional": true,
      "req": "^0.6.1",
      "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.22",
      "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.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.51",
      "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.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.9.15",
      "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.39",
      "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_native_tls"
    ],
    "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_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": "2019-07-29T16:38:40Z",
  "vers": "0.16.0",
  "yanked": false
}
