rustdesk/vendor/rust-pulsectl/Cargo.toml

49 lines
1.2 KiB
TOML

# 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"
name = "rust-pulsectl"
version = "0.2.12"
authors = ["Kristopher Ruzic <krruzic@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A higher level API for libpulse_binding"
homepage = "https://github.com/krruzic/pulsectl"
readme = "README.md"
keywords = [
"pulse",
"pulseaudio",
"binding",
"audio",
"api",
]
categories = [
"api-bindings",
"multimedia::audio",
]
license = "GPL-3.0+"
repository = "https://github.com/krruzic/pulsectl"
[lib]
name = "pulsectl"
path = "src/lib.rs"
[[example]]
name = "change_device_vol"
path = "examples/change_device_vol.rs"
[dependencies]
libpulse-binding = "2.26"