# 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 = "omni-wave" version = "0.2.1" authors = ["K--A"] description = "Easy to use DWT (Discrete Wavelet Transform) library, no need to worry about padding, and a variety of wavelets are available." documentation = "https://docs.rs/omni-wave" readme = "README.md" keywords = [ "wavelet", "dwt", ] categories = [ "compression", "computer-vision", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eternal-io/omni-wave" [dependencies.ndarray] version = "0.15.6" [dev-dependencies.approx] version = "0.5.1" [features] f64 = []