# 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 = "fcwt" version = "0.1.3" description = "Fast Continuous Wavelet Transforms" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/boondocklabs/fcwt-rs" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 [profile.release] opt-level = 3 lto = "off" panic = "abort" [[bench]] name = "transform" harness = false [dependencies.fftw] version = "0.8.0" optional = true [dependencies.puffin] version = "0.19.0" optional = true [dependencies.rayon] version = "1.8.1" [dependencies.rustfft] version = "6.2.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.eframe] version = "0.26.2" features = ["wgpu"] [dev-dependencies.egui] version = "0.26.2" [dev-dependencies.egui_plot] version = "0.26.2" [dev-dependencies.mimalloc] version = "0.1.39" [dev-dependencies.puffin_egui] version = "0.26" [dev-dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] [features] fftw = ["dep:fftw"] profile = ["dep:puffin"]