{
  "cksum": "56bdd7d11dbc1fa6aba9c687aa9b00afad76b9bf5ed8bcd3f797045f045d5e01",
  "crate_file": "m-bus-parser-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/m-bus-parser/m-bus-parser-0.1.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "aes"
      ],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arrayvec",
      "optional": false,
      "req": "^0.7.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "bindgen",
      "optional": false,
      "req": "^0.72.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ccm",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "block-padding"
      ],
      "kind": "normal",
      "name": "cipher",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "defmt",
      "optional": true,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "m-bus-application-layer",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "m-bus-core",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prettytable-rs",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0.217",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde-xml-rs",
      "optional": false,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0.217",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.138",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "walkdir",
      "optional": false,
      "req": "^2.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wired-mbus-link-layer",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wireless-mbus-link-layer",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "plaintext-before-extension": [
      "m-bus-application-layer/plaintext-before-extension"
    ]
  },
  "features2": {
    "decryption": [
      "dep:aes",
      "dep:cbc",
      "dep:cipher",
      "dep:aes-gcm",
      "dep:ccm",
      "m-bus-application-layer/decryption"
    ],
    "defmt": [
      "dep:defmt",
      "wired-mbus-link-layer/defmt",
      "wireless-mbus-link-layer/defmt",
      "m-bus-core/defmt",
      "m-bus-application-layer/defmt"
    ],
    "serde": [
      "dep:serde",
      "arrayvec/serde",
      "bitflags/serde",
      "wired-mbus-link-layer/serde",
      "wireless-mbus-link-layer/serde",
      "m-bus-core/serde",
      "m-bus-application-layer/serde"
    ],
    "std": [
      "prettytable-rs",
      "serde_json",
      "serde_yaml",
      "serde",
      "wired-mbus-link-layer/std",
      "wireless-mbus-link-layer/std",
      "m-bus-core/std",
      "m-bus-application-layer/std"
    ]
  },
  "index_path": "m-/bu/m-bus-parser",
  "name": "m-bus-parser",
  "pubtime": "2026-06-11T18:28:03Z",
  "v": 2,
  "vers": "0.1.2",
  "yanked": false
}
