{
  "cksum": "dd51ec708ee0f7f66ce40dfceb5ba75d9263de1f503955294e05b480d99195a2",
  "crate_file": "nodecraft-0.9.0.crate",
  "crate_url": "https://static.crates.io/crates/nodecraft/nodecraft-0.9.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "agnostic",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio"
      ],
      "kind": "dev",
      "name": "agnostic",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "arbitrary",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "byteorder",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "smol_str_0_3"
      ],
      "kind": "normal",
      "name": "cheap-clone",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-skiplist",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hickory-resolver",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "smol_str_0_3",
        "cheap-clone"
      ],
      "kind": "normal",
      "name": "hostaddr",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "humantime-serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "compiled_data"
      ],
      "kind": "normal",
      "name": "idna",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "quickcheck",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck_macros",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rkyv",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rmp-serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "smol_str_0_3",
      "optional": true,
      "package": "smol_str",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "triomphe_0_1": [
      "cheap-clone/triomphe_0_1"
    ]
  },
  "features2": {
    "agnostic": [
      "dep:agnostic",
      "async",
      "std"
    ],
    "alloc": [
      "smol_str_0_3",
      "cheap-clone/alloc",
      "hostaddr?/alloc"
    ],
    "arbitrary": [
      "dep:arbitrary",
      "hostaddr?/arbitrary"
    ],
    "async": [
      "dep:futures",
      "std"
    ],
    "default": [
      "std"
    ],
    "dns": [
      "std",
      "resolver",
      "dep:hickory-resolver",
      "crossbeam-skiplist/default",
      "async",
      "agnostic/dns"
    ],
    "dnssec-aws-lc-rs": [
      "dns",
      "agnostic/dnssec-aws-lc-rs"
    ],
    "dnssec-ring": [
      "dns",
      "agnostic/dnssec-ring"
    ],
    "full": [
      "std",
      "agnostic",
      "dns",
      "resolver",
      "serde",
      "tracing"
    ],
    "h3-aws-lc-rs": [
      "dns",
      "agnostic/h3-aws-lc-rs"
    ],
    "h3-ring": [
      "dns",
      "agnostic/h3-ring"
    ],
    "hostaddr": [
      "dep:hostaddr",
      "smol_str_0_3",
      "cheap-clone/smol_str_0_3"
    ],
    "https-aws-lc-rs": [
      "dns",
      "agnostic/https-aws-lc-rs"
    ],
    "https-ring": [
      "dns",
      "agnostic/https-ring"
    ],
    "quic-aws-lc-rs": [
      "dns",
      "agnostic/quic-aws-lc-rs"
    ],
    "quic-ring": [
      "dns",
      "agnostic/quic-ring"
    ],
    "quickcheck": [
      "dep:quickcheck",
      "hostaddr?/quickcheck"
    ],
    "resolver": [
      "async",
      "agnostic/net",
      "crossbeam-skiplist/default",
      "std",
      "hostaddr"
    ],
    "rkyv": [
      "dep:rkyv"
    ],
    "rustls-platform-verifier": [
      "dns",
      "agnostic/rustls-platform-verifier"
    ],
    "serde": [
      "dep:serde",
      "smol_str_0_3?/serde",
      "humantime-serde",
      "hickory-resolver?/serde"
    ],
    "smol_str_0_3": [
      "dep:smol_str_0_3",
      "cheap-clone/smol_str_0_3",
      "rkyv?/smol_str-0_3"
    ],
    "std": [
      "cheap-clone/std",
      "smol_str_0_3/std",
      "thiserror/std",
      "serde?/std",
      "humantime-serde",
      "futures?/std",
      "hostaddr?/default"
    ],
    "tls-aws-lc-rs": [
      "dns",
      "agnostic/tls-aws-lc-rs"
    ],
    "tls-ring": [
      "dns",
      "agnostic/tls-ring"
    ],
    "tracing": [
      "dep:tracing"
    ],
    "webpki-roots": [
      "dns",
      "agnostic/webpki-roots"
    ]
  },
  "index_path": "no/de/nodecraft",
  "name": "nodecraft",
  "pubtime": "2026-04-13T12:04:34Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.9.0",
  "yanked": false
}
