rill-sampler 0.3.0

Sample playback node for the Rill audio graph
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-sampler"
version = "0.3.0"
authors = ["Digital Rats / Rill Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sample playback node for the Rill audio graph"
readme = false
license = "Apache-2.0"
repository = "https://github.com/DigitalRats/rill"

[features]
default = ["wav"]
wav = ["dep:hound"]

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

[dependencies.hound]
version = "3.5"
optional = true

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

[dependencies.rill-core-dsp]
version = "0.3.1"