2015-05-09 10:07:24 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-protocol"
|
2022-07-30 20:28:12 +00:00
|
|
|
version = "0.5.0-dev"
|
2022-08-01 11:10:39 +00:00
|
|
|
rust-version = "1.61"
|
2015-05-09 10:07:24 +00:00
|
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
|
|
build = "build.rs"
|
2020-11-26 19:31:51 +00:00
|
|
|
description = "The protobuf logic for communicating with Spotify servers"
|
|
|
|
license = "MIT"
|
2020-11-26 19:30:37 +00:00
|
|
|
repository = "https://github.com/librespot-org/librespot"
|
2022-08-02 19:42:38 +00:00
|
|
|
edition = "2021"
|
2015-05-09 10:07:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-01-08 23:25:47 +00:00
|
|
|
protobuf = "2"
|
2018-09-28 10:02:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2022-01-09 15:04:53 +00:00
|
|
|
glob = "0.3"
|
2022-01-08 23:25:47 +00:00
|
|
|
protobuf-codegen-pure = "2"
|