rill-io 0.4.0

Audio I/O backends for Rill - CPAL, ALSA, PipeWire, JACK
Documentation
# 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 = "rill-io"
version = "0.4.0"
authors = ["Digital Rats / Rill Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio I/O backends for Rill - CPAL, ALSA, PipeWire, JACK"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DigitalRats/rill"

[features]
all-backends = [
    "cpal",
    "alsa",
    "pipewire",
    "jack",
]
alsa = ["dep:alsa"]
cpal = ["dep:cpal"]
default = ["cpal"]
jack = ["dep:jack"]
pipewire = ["dep:pipewire"]
serde-config = ["dep:serde"]

[lib]
name = "rill_io"
path = "src/lib.rs"

[dependencies.alsa]
version = "0.9"
optional = true

[dependencies.cpal]
version = "0.15"
optional = true

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.jack]
version = "0.10"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pipewire]
version = "0.9"
optional = true

[dependencies.rill-core]
version = "0.4.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.float-cmp]
version = "0.9"