round_pipers 0.2.0

A way to pipe ndarrays using circular buffers
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 = "round_pipers"
version = "0.2.0"
authors = ["Joe French"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A way to pipe ndarrays using circular buffers"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/joefrench/round_pipers"

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

[[example]]
name = "audio_fft_pipeline"
path = "examples/audio_fft_pipeline.rs"

[[example]]
name = "writeonly_stream"
path = "examples/writeonly_stream.rs"

[dependencies.bytemuck]
version = "1.0"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.nix]
version = "0.29.0"
features = [
    "mman",
    "fs",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dev-dependencies.num-complex]
version = "0.4"
features = ["bytemuck"]

[dev-dependencies.rustfft]
version = "6.3.0"