# 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.65" name = "pipewire" version = "0.8.0" authors = [ "Tom Wagner ", ] description = "Rust bindings for PipeWire" homepage = "https://pipewire.org" documentation = "https://pipewire.pages.freedesktop.org/pipewire-rs/pipewire/" readme = "README.md" keywords = [ "pipewire", "multimedia", "audio", "video", ] categories = [ "api-bindings", "multimedia", ] license = "MIT" repository = "https://gitlab.freedesktop.org/pipewire/pipewire-rs" [dependencies.anyhow] version = "1" [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.27" features = [ "signal", "fs", ] [dependencies.once_cell] version = "1.0" [dependencies.pw_sys] version = "0.8" package = "pipewire-sys" [dependencies.spa] version = "0.8" package = "libspa" [dependencies.spa_sys] version = "0.8" package = "libspa-sys" [dependencies.thiserror] version = "1" [dev-dependencies.clap] version = "4.3.2" features = ["derive"] [dev-dependencies.once_cell] version = "1.5" [features] v0_3_32 = [] v0_3_33 = [ "spa/v0_3_33", "v0_3_32", ] v0_3_34 = ["v0_3_33"] v0_3_39 = ["v0_3_34"] v0_3_40 = ["v0_3_39"] v0_3_41 = ["v0_3_40"] v0_3_43 = ["v0_3_41"] v0_3_44 = ["v0_3_43"] v0_3_45 = ["v0_3_44"] v0_3_49 = ["v0_3_45"] v0_3_53 = ["v0_3_49"] v0_3_57 = ["v0_3_53"] v0_3_64 = ["v0_3_57"] v0_3_65 = [ "spa/v0_3_65", "v0_3_64", ] v0_3_77 = ["v0_3_65"]