{
  "cksum": "7ab39808d6e551a58b23e68e4ca915fa659628d805fc33053ed53ca3971fcaa0",
  "crate_file": "arachnid-net-0.0.3.crate",
  "crate_url": "https://static.crates.io/crates/arachnid-net/arachnid-net-0.0.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arachnid-core",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smart-default",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.27",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "wasi": [
      "arachnid-core/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "arachnid-core/alloc",
      "hashbrown?/alloc",
      "rand?/alloc",
      "rand_distr?/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "bytes": [
      "dep:bytes",
      "arachnid-core/bytes",
      "tokio?/bytes"
    ],
    "complex": [
      "dep:num-complex",
      "arachnid-core/complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "std",
      "complex",
      "hashbrown",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "hashbrown": [
      "dep:hashbrown",
      "arachnid-core/hashbrown"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json",
      "arachnid-core/json"
    ],
    "nightly": [
      "arachnid-core/nightly",
      "hashbrown?/nightly"
    ],
    "rand": [
      "rng",
      "dep:rand",
      "dep:rand_distr",
      "arachnid-core/rand",
      "num-complex?/rand"
    ],
    "rayon": [
      "dep:rayon",
      "arachnid-core/rayon",
      "hashbrown?/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "arachnid-core/rng",
      "rand?/os_rng"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "serde?/derive",
      "arachnid-core/serde",
      "bytes?/serde",
      "hashbrown?/serde",
      "num-complex?/serde",
      "rand?/serde",
      "rand_distr?/serde"
    ],
    "serde_json": [
      "dep:serde_json",
      "arachnid-core/serde_json"
    ],
    "std": [
      "alloc",
      "anyhow/std",
      "arachnid-core/std",
      "bytes?/std",
      "getrandom?/std",
      "hashbrown?/default",
      "num-complex?/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "rand?/thread_rng",
      "rand_distr?/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "thiserror/std"
    ],
    "tokio": [
      "dep:tokio",
      "tokio?/signal",
      "tokio?/sync",
      "tokio?/time"
    ],
    "tracing": [
      "dep:tracing",
      "tracing?/attributes",
      "arachnid-core/tracing",
      "tokio?/tracing"
    ],
    "wasm": [
      "wasm_bindgen",
      "arachnid-core/wasm",
      "getrandom?/wasm_js"
    ],
    "wasm_bindgen": [
      "dep:wasm-bindgen",
      "arachnid-core/wasm_bindgen"
    ]
  },
  "index_path": "ar/ac/arachnid-net",
  "name": "arachnid-net",
  "pubtime": "2026-01-21T18:55:52Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.0.3",
  "yanked": false
}
