{
  "cksum": "1c21fd8eb71f166a172a9779c2244db992218e9a9bd929b9df6fc355d2b630c9",
  "crate_file": "iroh-base-0.28.0.crate",
  "crate_url": "https://static.crates.io/crates/iroh-base/iroh-base-0.28.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "bytes"
      ],
      "kind": "normal",
      "name": "aead",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "package": "iroh-blake3",
      "req": "^1.4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "chacha20"
      ],
      "kind": "normal",
      "name": "crypto_box",
      "optional": true,
      "req": "^0.9.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": true,
      "req": "^2.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "debug",
        "display",
        "from_str"
      ],
      "kind": "normal",
      "name": "derive_more",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "rand_core"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "iroh-test",
      "optional": false,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.18.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "use-std",
        "experimental-derive"
      ],
      "kind": "normal",
      "name": "postcard",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": true,
      "req": "^0.6.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "redb",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.107",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_test",
      "optional": false,
      "req": "^1.0.176",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ed25519",
        "std",
        "rand_core"
      ],
      "kind": "normal",
      "name": "ssh-key",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ttl_cache",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1.5",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "base32": [
      "dep:data-encoding",
      "dep:postcard"
    ],
    "default": [
      "hash",
      "base32"
    ],
    "hash": [
      "dep:blake3",
      "dep:data-encoding",
      "dep:postcard",
      "dep:derive_more",
      "base32"
    ],
    "key": [
      "dep:ed25519-dalek",
      "dep:once_cell",
      "dep:rand",
      "dep:rand_core",
      "dep:ssh-key",
      "dep:ttl_cache",
      "dep:aead",
      "dep:crypto_box",
      "dep:zeroize",
      "dep:url",
      "dep:derive_more",
      "dep:getrandom"
    ],
    "redb": [
      "dep:redb"
    ],
    "wasm": [
      "getrandom?/js"
    ]
  },
  "index_path": "ir/oh/iroh-base",
  "name": "iroh-base",
  "pubtime": "2024-11-04T17:53:30Z",
  "rust_version": "1.76",
  "v": 2,
  "vers": "0.28.0",
  "yanked": false
}
