{
  "cksum": "f99778e8cd4a51d1071778abfd22f4f84beab209969c1c1ba92d3eef1436cd43",
  "crate_file": "spotify_player-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/spotify_player/spotify_player-0.7.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.57",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.53",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "backtrace",
      "optional": false,
      "req": "^0.3.65",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^3.1.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "config_parser2",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "event-stream"
      ],
      "kind": "normal",
      "name": "crossterm",
      "optional": false,
      "req": "^0.23.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dirs-next",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "librespot-connect",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "librespot-core",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "librespot-playback",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": false,
      "req": "^0.7.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lyric_finder",
      "optional": true,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "maybe-async",
      "optional": false,
      "req": "^0.2.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.11.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rpassword",
      "optional": false,
      "req": "^6.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rspotify",
      "optional": false,
      "req": "^0.11.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.137",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "rt-multi-thread",
        "macros",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.18.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.5.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tui",
      "optional": false,
      "req": "^0.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-width",
      "optional": false,
      "req": "^0.1.9",
      "target": null
    }
  ],
  "features": {
    "alsa-backend": [
      "streaming",
      "librespot-playback/alsa-backend"
    ],
    "default": [
      "rodio-backend",
      "lyric-finder"
    ],
    "gstreamer-backend": [
      "streaming",
      "librespot-playback/gstreamer-backend"
    ],
    "jackaudio-backend": [
      "streaming",
      "librespot-playback/jackaudio-backend"
    ],
    "lyric-finder": [
      "lyric_finder"
    ],
    "portaudio-backend": [
      "streaming",
      "librespot-playback/portaudio-backend"
    ],
    "pulseaudio-backend": [
      "streaming",
      "librespot-playback/pulseaudio-backend"
    ],
    "rodio-backend": [
      "streaming",
      "librespot-playback/rodio-backend"
    ],
    "rodiojack-backend": [
      "streaming",
      "librespot-playback/rodiojack-backend"
    ],
    "sdl-backend": [
      "streaming",
      "librespot-playback/sdl-backend"
    ],
    "streaming": [
      "librespot-playback",
      "librespot-connect"
    ]
  },
  "index_path": "sp/ot/spotify_player",
  "name": "spotify_player",
  "pubtime": "2022-05-20T03:09:45Z",
  "vers": "0.7.0",
  "yanked": false
}
