{
  "cksum": "7f5437a4ffbd4d4c96d26d8de6f8fed864d540f3d86067e743c478e1c1fa92d9",
  "crate_file": "agnostic-mdns-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/agnostic-mdns/agnostic-mdns-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "agnostic-net",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio",
        "async-std",
        "smol"
      ],
      "kind": "dev",
      "name": "agnostic-net",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-channel",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atomic_refcell",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "auto_enums",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hostname",
      "optional": false,
      "req": "^0.4",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iprobe",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "slab"
      ],
      "kind": "normal",
      "name": "mdns-proto",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "system",
        "net"
      ],
      "kind": "normal",
      "name": "rustix",
      "optional": false,
      "req": "^1",
      "target": "cfg(unix)"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scopeguard",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "scopeguard",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "slab",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec-wrapper",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "smol",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smol_str",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all"
      ],
      "kind": "normal",
      "name": "socket2",
      "optional": false,
      "req": "^0.5",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "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": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "tracing-log"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "triomphe",
      "optional": false,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "async-std": [
      "worksteal",
      "agnostic-net/async-std",
      "std"
    ],
    "default": [
      "std"
    ],
    "smol": [
      "worksteal",
      "agnostic-net/smol",
      "std"
    ],
    "std": [
      "scopeguard/default",
      "auto_enums/default"
    ],
    "tokio": [
      "worksteal",
      "agnostic-net/tokio",
      "std"
    ],
    "worksteal": [
      "parking_lot"
    ]
  },
  "index_path": "ag/no/agnostic-mdns",
  "name": "agnostic-mdns",
  "pubtime": "2025-03-16T07:13:30Z",
  "rust_version": "1.85.0",
  "vers": "0.4.0",
  "yanked": true
}
