hilbert_transform 0.1.2

An implementation of Hilbert Transformation like Matlab/Octave hilbert function
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 = "hilbert_transform"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of Hilbert Transformation like Matlab/Octave hilbert function"
readme = "README.md"
keywords = [
    "signals",
    "hilbert",
    "transform",
    "demodulation",
]
license = "MIT"
repository = "https://github.com/lcscosta/hilbert_transform_rs"

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

[dependencies.rustfft]
version = "6.1.0"