2015-04-25 20:32:07 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2019-11-06 16:08:22 +00:00
|
|
|
authors = ["Librespot Org"]
|
2016-08-05 11:08:32 +00:00
|
|
|
license = "MIT"
|
2019-11-06 16:25:10 +00:00
|
|
|
description = "An open source client library for Spotify, with support for Spotify Connect"
|
2016-08-05 11:08:32 +00:00
|
|
|
keywords = ["spotify"]
|
2019-11-06 16:08:22 +00:00
|
|
|
repository = "https://github.com/librespot-org/librespot"
|
2016-08-05 11:08:32 +00:00
|
|
|
readme = "README.md"
|
2020-01-17 14:35:46 +00:00
|
|
|
edition = "2018"
|
2015-04-25 20:32:07 +00:00
|
|
|
|
2017-08-03 18:58:44 +00:00
|
|
|
[workspace]
|
|
|
|
|
2015-07-08 18:28:17 +00:00
|
|
|
[lib]
|
|
|
|
name = "librespot"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
2021-01-22 23:02:49 +00:00
|
|
|
# [[bin]]
|
|
|
|
# name = "librespot"
|
|
|
|
# path = "src/main.rs"
|
|
|
|
# doc = false
|
2015-07-08 18:28:17 +00:00
|
|
|
|
2017-08-03 19:37:04 +00:00
|
|
|
[dependencies.librespot-audio]
|
|
|
|
path = "audio"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
|
|
|
|
# [dependencies.librespot-connect]
|
|
|
|
# path = "connect"
|
|
|
|
# version = "0.1.3"
|
|
|
|
|
2017-08-03 18:58:44 +00:00
|
|
|
[dependencies.librespot-core]
|
|
|
|
path = "core"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
|
2017-08-03 19:10:48 +00:00
|
|
|
[dependencies.librespot-metadata]
|
|
|
|
path = "metadata"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
|
2018-02-09 01:05:50 +00:00
|
|
|
[dependencies.librespot-playback]
|
|
|
|
path = "playback"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
|
2017-08-03 19:10:48 +00:00
|
|
|
[dependencies.librespot-protocol]
|
|
|
|
path = "protocol"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
2017-08-03 18:58:44 +00:00
|
|
|
|
2016-01-02 01:12:07 +00:00
|
|
|
[features]
|
2018-02-09 01:14:11 +00:00
|
|
|
alsa-backend = ["librespot-playback/alsa-backend"]
|
|
|
|
portaudio-backend = ["librespot-playback/portaudio-backend"]
|
|
|
|
pulseaudio-backend = ["librespot-playback/pulseaudio-backend"]
|
|
|
|
jackaudio-backend = ["librespot-playback/jackaudio-backend"]
|
2019-03-20 13:24:03 +00:00
|
|
|
rodio-backend = ["librespot-playback/rodio-backend"]
|
2018-12-28 02:46:27 +00:00
|
|
|
sdl-backend = ["librespot-playback/sdl-backend"]
|
2019-12-25 11:19:12 +00:00
|
|
|
gstreamer-backend = ["librespot-playback/gstreamer-backend"]
|
2017-02-09 01:27:52 +00:00
|
|
|
|
2017-08-03 20:22:08 +00:00
|
|
|
with-tremor = ["librespot-audio/with-tremor"]
|
2018-02-06 21:50:00 +00:00
|
|
|
with-vorbis = ["librespot-audio/with-vorbis"]
|
2017-02-09 01:27:52 +00:00
|
|
|
|
2021-01-22 23:02:49 +00:00
|
|
|
# with-dns-sd = ["librespot-connect/with-dns-sd"]
|
2018-01-31 11:00:53 +00:00
|
|
|
|
2019-03-10 18:31:27 +00:00
|
|
|
default = ["librespot-playback/rodio-backend"]
|
2016-08-05 11:08:32 +00:00
|
|
|
|
|
|
|
[package.metadata.deb]
|
2018-01-31 11:00:53 +00:00
|
|
|
maintainer = "librespot-org"
|
|
|
|
copyright = "2018 Paul Liétar"
|
2020-06-22 14:36:36 +00:00
|
|
|
license-file = ["LICENSE", "4"]
|
2016-08-05 11:08:32 +00:00
|
|
|
depends = "$auto"
|
2020-06-22 14:36:36 +00:00
|
|
|
extended-description = """\
|
2016-08-05 11:08:32 +00:00
|
|
|
librespot is an open source client library for Spotify. It enables applications \
|
|
|
|
to use Spotify's service, without using the official but closed-source \
|
|
|
|
libspotify. Additionally, it will provide extra features which are not \
|
|
|
|
available in the official library."""
|
|
|
|
section = "sound"
|
|
|
|
priority = "optional"
|
|
|
|
assets = [
|
2016-12-21 22:21:40 +00:00
|
|
|
["target/release/librespot", "usr/bin/", "755"],
|
2017-02-16 21:38:48 +00:00
|
|
|
["contrib/librespot.service", "lib/systemd/system/", "644"]
|
2016-08-05 11:08:32 +00:00
|
|
|
]
|