{
  "cksum": "2ec62ad16f99f7a27f60d9dc0b2a78e33e095516d44a8d1c75205e3386895312",
  "crate_file": "moosicbox_audio_output-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/moosicbox_audio_output/moosicbox_audio_output-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-web",
      "optional": true,
      "req": "^4.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cpal",
      "optional": true,
      "req": "^0.15.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fdk-aac",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libpulse-binding",
      "optional": true,
      "req": "^2.28.1",
      "target": "cfg(not(target_os = \"windows\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libpulse-simple-binding",
      "optional": true,
      "req": "^2.28.1",
      "target": "cfg(not(target_os = \"windows\"))"
    },
    {
      "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.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_audio_decoder",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_audio_encoder",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_env_utils",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_paging",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_resampler",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_stream_utils",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_task",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mp3lame-encoder",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ogg",
      "optional": true,
      "req": "^0.9.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "opus",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rb",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all"
      ],
      "kind": "normal",
      "name": "symphonia",
      "optional": false,
      "req": "^0.5.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.64",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "tracing"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.40.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix_extras"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^5.0.0-rc.0",
      "target": null
    }
  ],
  "features": {
    "asio": [
      "cpal/asio"
    ],
    "fail-on-warnings": [],
    "jack": [
      "cpal/jack"
    ],
    "oboe-shared-stdcxx": [
      "cpal/oboe-shared-stdcxx"
    ]
  },
  "features2": {
    "aac": [
      "dep:fdk-aac",
      "dep:moosicbox_audio_encoder",
      "moosicbox_audio_encoder/aac"
    ],
    "api": [
      "dep:actix-web",
      "dep:moosicbox_paging",
      "dep:serde"
    ],
    "cpal": [
      "dep:cpal",
      "dep:rb"
    ],
    "default": [
      "api",
      "default-windows",
      "openapi",
      "pulseaudio"
    ],
    "default-windows": [
      "aac",
      "cpal",
      "flac",
      "mp3",
      "oboe-shared-stdcxx",
      "opus"
    ],
    "flac": [
      "dep:moosicbox_audio_encoder",
      "moosicbox_audio_encoder/flac"
    ],
    "mp3": [
      "dep:moosicbox_audio_encoder",
      "dep:mp3lame-encoder",
      "moosicbox_audio_encoder/mp3"
    ],
    "openapi": [
      "dep:utoipa",
      "moosicbox_paging/openapi"
    ],
    "opus": [
      "dep:moosicbox_audio_encoder",
      "dep:ogg",
      "dep:opus",
      "moosicbox_audio_encoder/opus"
    ],
    "pulseaudio": [
      "pulseaudio-simple",
      "pulseaudio-standard"
    ],
    "pulseaudio-simple": [
      "dep:libpulse-binding",
      "dep:libpulse-simple-binding"
    ],
    "pulseaudio-standard": [
      "dep:libpulse-binding"
    ]
  },
  "index_path": "mo/os/moosicbox_audio_output",
  "name": "moosicbox_audio_output",
  "pubtime": "2024-10-04T03:18:45Z",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
