signalo_pipes 0.4.0

A collection of pipes used in 'signalo' umbrella crate.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "signalo_pipes"
version = "0.4.0"
authors = ["Vincent Esche <regexident@gmail.com>"]
description = "A collection of pipes used in 'signalo' umbrella crate."
homepage = "https://github.com/signalo/signalo/tree/master/pipes"
documentation = "https://docs.rs/svm"
readme = "README.md"
keywords = ["dsp", "digital-signal", "signal-processing", "filters", "pipeline"]
categories = ["no-std", "embedded", "multimedia", "science", "algorithms"]
license = "MPL-2.0"
repository = "https://github.com/signalo/signalo"
[dependencies.missing_mpl]
version = "~0.1"
optional = true

[dependencies.signalo_traits]
version = "~0.3"
default-features = false

[features]
default = ["std"]
nightly = ["missing_mpl"]
std = ["signalo_traits/std"]