{
  "cksum": "ddd8e64da0cd6ec4b05b7b42b0c02cac0ce51a8af568db41803c49711f4973fc",
  "crate_file": "hl7v2-1.2.1.crate",
  "crate_url": "https://static.crates.io/crates/hl7v2/hl7v2-1.2.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-lock",
      "optional": true,
      "req": "^3.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls-webpki-roots",
        "http2"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "package": "serde_yaml_ng",
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio",
        "postgres",
        "chrono",
        "migrate"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.8.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full",
        "fs",
        "net",
        "io-util",
        "time",
        "macros",
        "rt",
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "codec"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.12.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wiremock",
      "optional": false,
      "req": "^0.6",
      "target": null
    }
  ],
  "features": {
    "batch": [],
    "experimental-guard": [],
    "json": [],
    "normalize": [],
    "redact": []
  },
  "features2": {
    "ack": [
      "dep:chrono"
    ],
    "default": [
      "json",
      "profile",
      "ack",
      "normalize"
    ],
    "lifecycle": [
      "dep:chrono",
      "dep:sha2"
    ],
    "network": [
      "stream",
      "dep:tokio-util",
      "dep:futures",
      "dep:bytes"
    ],
    "persistent-cache": [
      "profile-core",
      "dep:sqlx",
      "dep:sha2",
      "dep:hex"
    ],
    "profile": [
      "profile-core",
      "persistent-cache"
    ],
    "profile-core": [
      "dep:chrono",
      "dep:serde_yaml",
      "dep:regex",
      "dep:tokio",
      "dep:reqwest",
      "dep:lru",
      "dep:async-lock"
    ],
    "stream": [
      "dep:tokio"
    ],
    "synthetic": [
      "ack",
      "dep:chrono",
      "dep:rand",
      "dep:rand_distr",
      "dep:serde_yaml",
      "dep:sha2",
      "dep:uuid"
    ]
  },
  "index_path": "hl/7v/hl7v2",
  "name": "hl7v2",
  "pubtime": "2026-05-08T02:14:11Z",
  "rust_version": "1.93",
  "v": 2,
  "vers": "1.2.1",
  "yanked": false
}
