{
  "cksum": "d2509d22776108471b16dea21e031354d95d8e9ddb31d9288d219438b990f2d8",
  "crate_file": "moosicbox_library-0.1.4.crate",
  "crate_url": "https://static.crates.io/crates/moosicbox_library/moosicbox_library-0.1.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-web",
      "optional": true,
      "req": "^4.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-recursion",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "enum-as-inner",
      "optional": false,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "release_max_level_trace"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_assert",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "database",
        "serde_json"
      ],
      "kind": "normal",
      "name": "moosicbox_json_utils",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "db"
      ],
      "kind": "normal",
      "name": "moosicbox_library_models",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_menu_models",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "api-search"
      ],
      "kind": "normal",
      "name": "moosicbox_music_api_models",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_music_models",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_paging",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "api",
        "db"
      ],
      "kind": "normal",
      "name": "moosicbox_search",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.141",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.27.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "strum_macros",
      "optional": false,
      "req": "^0.27.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "switchy_database",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "switchy_time",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt",
        "tracing"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.46.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix_extras"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^5.4.0",
      "target": null
    }
  ],
  "features": {
    "all-encoders": [
      "all-os-encoders",
      "encoder-mp3"
    ],
    "all-formats": [
      "all-os-formats",
      "format-mp3"
    ],
    "all-os-encoders": [
      "encoder-aac",
      "encoder-flac",
      "encoder-opus"
    ],
    "all-os-formats": [
      "format-aac",
      "format-flac",
      "format-opus"
    ],
    "encoder-aac": [
      "format-aac"
    ],
    "encoder-flac": [
      "format-flac"
    ],
    "encoder-mp3": [
      "format-mp3"
    ],
    "encoder-opus": [
      "format-opus"
    ],
    "fail-on-warnings": [],
    "format-aac": [
      "moosicbox_library_models/aac",
      "moosicbox_music_models/aac"
    ],
    "format-flac": [
      "moosicbox_library_models/flac",
      "moosicbox_music_models/flac"
    ],
    "format-mp3": [
      "moosicbox_library_models/mp3",
      "moosicbox_music_models/mp3"
    ],
    "format-opus": [
      "moosicbox_library_models/opus",
      "moosicbox_music_models/opus"
    ]
  },
  "features2": {
    "api": [
      "dep:actix-web",
      "moosicbox_library_models/api",
      "switchy_database/api"
    ],
    "default": [
      "all-encoders",
      "api",
      "openapi"
    ],
    "openapi": [
      "dep:utoipa",
      "moosicbox_library_models/openapi",
      "moosicbox_search/openapi"
    ]
  },
  "index_path": "mo/os/moosicbox_library",
  "name": "moosicbox_library",
  "pubtime": "2025-07-21T19:26:18Z",
  "v": 2,
  "vers": "0.1.4",
  "yanked": false
}
