{
  "cksum": "b14c4e71eab1926b7a8c0af25190b97f5095837f5b778c001098fabe8b8a2af0",
  "crate_file": "dsct-0.2.4.crate",
  "crate_url": "https://static.crates.io/crates/dsct/dsct-0.2.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "assert_cmd",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "use-dev-tty"
      ],
      "kind": "normal",
      "name": "crossterm",
      "optional": true,
      "req": "^0.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "term",
        "poll",
        "process",
        "fs"
      ],
      "kind": "dev",
      "name": "nix",
      "optional": false,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nucleo-matcher",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "packet-dissector",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "packet-dissector-core",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "packet-dissector-pcap",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "packet-dissector-test-alloc",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "predicates",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "crossterm"
      ],
      "kind": "normal",
      "name": "ratatui",
      "optional": true,
      "req": "^0.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "stdio"
      ],
      "kind": "normal",
      "name": "rustix",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "preserve_order"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlparser",
      "optional": false,
      "req": "^0.61.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tempfile",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^1.1",
      "target": null
    }
  ],
  "features": {
    "ah": [
      "packet-dissector/ah"
    ],
    "arp": [
      "packet-dissector/arp"
    ],
    "bfd": [
      "packet-dissector/bfd"
    ],
    "bgp": [
      "packet-dissector/bgp"
    ],
    "default": [
      "ethernet",
      "linux_sll",
      "linux_sll2",
      "arp",
      "lacp",
      "ipv4",
      "ipv6",
      "icmp",
      "icmpv6",
      "igmp",
      "tcp",
      "udp",
      "sctp",
      "http",
      "http2",
      "dns",
      "mdns",
      "dhcp",
      "dhcpv6",
      "gtpv1u",
      "gtpv2c",
      "pfcp",
      "sip",
      "diameter",
      "nas5g",
      "ngap",
      "srv6",
      "geneve",
      "gre",
      "vxlan",
      "lldp",
      "stp",
      "mpls",
      "ntp",
      "ospf",
      "vrrp",
      "bfd",
      "isis",
      "bgp",
      "l2tp",
      "l2tpv3",
      "tls",
      "ppp",
      "radius",
      "ah",
      "esp",
      "esp-decrypt",
      "ike",
      "rtp",
      "quic",
      "stun"
    ],
    "dhcp": [
      "packet-dissector/dhcp"
    ],
    "dhcpv6": [
      "packet-dissector/dhcpv6"
    ],
    "diameter": [
      "packet-dissector/diameter"
    ],
    "dns": [
      "packet-dissector/dns"
    ],
    "esp": [
      "packet-dissector/esp"
    ],
    "esp-decrypt": [
      "esp",
      "packet-dissector/esp-decrypt"
    ],
    "ethernet": [
      "packet-dissector/ethernet"
    ],
    "geneve": [
      "packet-dissector/geneve"
    ],
    "gre": [
      "packet-dissector/gre"
    ],
    "gtpv1u": [
      "packet-dissector/gtpv1u"
    ],
    "gtpv2c": [
      "packet-dissector/gtpv2c"
    ],
    "http": [
      "packet-dissector/http"
    ],
    "http2": [
      "packet-dissector/http2"
    ],
    "icmp": [
      "packet-dissector/icmp"
    ],
    "icmpv6": [
      "packet-dissector/icmpv6"
    ],
    "igmp": [
      "packet-dissector/igmp"
    ],
    "ike": [
      "packet-dissector/ike"
    ],
    "ipv4": [
      "packet-dissector/ipv4"
    ],
    "ipv6": [
      "packet-dissector/ipv6"
    ],
    "isis": [
      "packet-dissector/isis"
    ],
    "l2tp": [
      "packet-dissector/l2tp"
    ],
    "l2tpv3": [
      "packet-dissector/l2tpv3"
    ],
    "lacp": [
      "packet-dissector/lacp"
    ],
    "linux_sll": [
      "packet-dissector/linux_sll"
    ],
    "linux_sll2": [
      "packet-dissector/linux_sll2"
    ],
    "lldp": [
      "packet-dissector/lldp"
    ],
    "mdns": [
      "packet-dissector/mdns"
    ],
    "mpls": [
      "packet-dissector/mpls"
    ],
    "nas5g": [
      "packet-dissector/nas5g"
    ],
    "ngap": [
      "packet-dissector/ngap"
    ],
    "ntp": [
      "packet-dissector/ntp"
    ],
    "ospf": [
      "packet-dissector/ospf"
    ],
    "pfcp": [
      "packet-dissector/pfcp"
    ],
    "ppp": [
      "packet-dissector/ppp"
    ],
    "quic": [
      "packet-dissector/quic"
    ],
    "radius": [
      "packet-dissector/radius"
    ],
    "rtp": [
      "packet-dissector/rtp"
    ],
    "sctp": [
      "packet-dissector/sctp"
    ],
    "sip": [
      "packet-dissector/sip"
    ],
    "srv6": [
      "packet-dissector/srv6"
    ],
    "stp": [
      "packet-dissector/stp"
    ],
    "stun": [
      "packet-dissector/stun"
    ],
    "tcp": [
      "packet-dissector/tcp"
    ],
    "tls": [
      "packet-dissector/tls"
    ],
    "udp": [
      "packet-dissector/udp"
    ],
    "vrrp": [
      "packet-dissector/vrrp"
    ],
    "vxlan": [
      "packet-dissector/vxlan"
    ]
  },
  "features2": {
    "tui": [
      "dep:ratatui",
      "dep:crossterm",
      "dep:memmap2",
      "dep:nucleo-matcher",
      "dep:tempfile",
      "dep:rustix",
      "dep:lru"
    ]
  },
  "index_path": "ds/ct/dsct",
  "name": "dsct",
  "pubtime": "2026-04-09T13:18:14Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "0.2.4",
  "yanked": false
}
