# 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 = "fastcwt" version = "0.1.9" authors = ["Minjae Kim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-lang Continuous Wavelet Transform(CWT) library inspired by fCWT." homepage = "https://github.com/minjaekimartist/fastcwt" documentation = "https://docs.rs/fastcwt" readme = "README.md" keywords = [ "cwt", "transform", "wavelet", ] categories = [ "Algorithm", "Math", "Science", "Signal-Processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/minjaekimartist/fastcwt" [lib] name = "fastcwt" path = "src/lib.rs" [dependencies.no_denormals] version = "0.1.2" [dependencies.rayon] version = "1.10.0" [dependencies.rustfft] version = "6.2.0" [dev-dependencies.rand] version = "0.8.5"