{
  "cksum": "715a2bd9f406078b91e7cc371533c2a61795dd8ad02b93c91b4c9eb2f606336b",
  "crate_file": "avian2d-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/avian2d/avian2d-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "approx",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrayvec",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "avian_derive",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "bevy_log"
      ],
      "kind": "normal",
      "name": "bevy",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_heavy",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "approx"
      ],
      "kind": "dev",
      "name": "bevy_heavy",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_math",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "approx"
      ],
      "kind": "dev",
      "name": "bevy_math",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bevy_mod_debugdump",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_transform_interpolation",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bytemuck",
      "optional": false,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_more",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bytemuck"
      ],
      "kind": "dev",
      "name": "glam",
      "optional": false,
      "req": "^0.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libm",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "convert-glam029"
      ],
      "kind": "normal",
      "name": "nalgebra",
      "optional": true,
      "req": "^0.33",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parry2d",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parry2d-f64",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thread_local",
      "optional": true,
      "req": "^1.1",
      "target": null
    }
  ],
  "features": {
    "2d": [],
    "bevy_diagnostic": [],
    "bevy_picking": [
      "bevy/bevy_picking"
    ],
    "bevy_scene": [
      "bevy/bevy_scene"
    ],
    "debug-plugin": [
      "bevy/bevy_gizmos",
      "bevy/bevy_render"
    ],
    "diagnostic_ui": [
      "bevy_diagnostic",
      "bevy/bevy_ui"
    ],
    "f32": [],
    "f64": []
  },
  "features2": {
    "default": [
      "2d",
      "f32",
      "parry-f32",
      "debug-plugin",
      "parallel",
      "bevy_scene",
      "bevy_picking"
    ],
    "default-collider": [
      "dep:nalgebra"
    ],
    "enhanced-determinism": [
      "dep:libm",
      "bevy_math/libm",
      "bevy_heavy/libm",
      "parry2d?/enhanced-determinism",
      "parry2d-f64?/enhanced-determinism"
    ],
    "parallel": [
      "dep:thread_local",
      "bevy/multi_threaded",
      "parry2d?/parallel",
      "parry2d-f64?/parallel"
    ],
    "parry-f32": [
      "f32",
      "dep:parry2d",
      "default-collider"
    ],
    "parry-f64": [
      "f64",
      "dep:parry2d-f64",
      "default-collider"
    ],
    "serialize": [
      "dep:serde",
      "bevy/serialize",
      "bevy_heavy/serialize",
      "bevy_transform_interpolation/serialize",
      "parry2d?/serde-serialize",
      "parry2d-f64?/serde-serialize",
      "bitflags/serde"
    ],
    "simd": [
      "parry2d?/simd-stable",
      "parry2d-f64?/simd-stable"
    ]
  },
  "index_path": "av/ia/avian2d",
  "name": "avian2d",
  "pubtime": "2025-05-09T22:28:44Z",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
