{
  "cksum": "d4ce56c7c31f51329550e41d2642c09a4cd683fc889c26fe7147f9f42f463a2d",
  "crate_file": "broxus-util-0.2.2.crate",
  "crate_url": "https://static.crates.io/crates/broxus-util/broxus-util-0.2.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bincode",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "yaml"
      ],
      "kind": "normal",
      "name": "config",
      "optional": true,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "errno",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log4rs",
      "optional": true,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "public-ip",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tikv-jemalloc-ctl",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unprefixed_malloc_on_supported_platforms",
        "background_threads"
      ],
      "kind": "normal",
      "name": "tikv-jemalloc-sys",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unprefixed_malloc_on_supported_platforms",
        "background_threads"
      ],
      "kind": "normal",
      "name": "tikv-jemallocator",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "signal"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "alloc": [
      "dep:tikv-jemalloc-sys",
      "dep:tikv-jemallocator",
      "dep:log",
      "dep:errno"
    ],
    "alloc-profiling": [
      "alloc",
      "dep:tikv-jemalloc-ctl",
      "tikv-jemalloc-sys?/profiling",
      "tikv-jemallocator?/profiling",
      "dep:log",
      "dep:thiserror"
    ],
    "config": [
      "dep:config",
      "dep:regex",
      "dep:serde",
      "dep:thiserror"
    ],
    "default": [
      "serde",
      "config",
      "log4rs"
    ],
    "log4rs": [
      "dep:log4rs",
      "dep:serde_yaml",
      "dep:thiserror",
      "dep:log"
    ],
    "public-ip": [
      "dep:public-ip",
      "dep:thiserror"
    ],
    "serde": [
      "dep:base64",
      "dep:hex",
      "dep:serde"
    ],
    "signal": [
      "dep:futures-util",
      "dep:tokio",
      "dep:libc"
    ],
    "web": [
      "dep:js-sys",
      "dep:wasm-bindgen"
    ]
  },
  "index_path": "br/ox/broxus-util",
  "name": "broxus-util",
  "pubtime": "2023-01-19T18:03:31Z",
  "rust_version": "1.60",
  "v": 2,
  "vers": "0.2.2",
  "yanked": false
}
