# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "gst-plugin-spotify" version = "0.12.10" authors = ["Guillaume Desmottes "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GStreamer Spotify Plugin" readme = "README.md" license = "MPL-2.0" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [package.metadata.capi] min_version = "0.9.21" [package.metadata.capi.header] enabled = false [package.metadata.capi.library] import_library = false install_subdir = "gstreamer-1.0" versioning = false [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0" [lib] name = "gstspotify" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.gst] version = "0.22" package = "gstreamer" [dependencies.gst-base] version = "0.22" package = "gstreamer-base" [dependencies.librespot-core] version = "0.4" [dependencies.librespot-playback] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.url] version = "2.3" [build-dependencies.gst-plugin-version-helper] version = "0.8" [features] capi = [] doc = ["gst/v1_18"] static = []