# 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 = "yttria-math" version = "0.1.0" authors = ["Trevor Klingler"] description = "A DSP math library tailored for use with the yttria set of libraries" readme = "readme.md" keywords = [ "dsp", "radio", "math", ] categories = ["mathematics"] license = "MPL-2.0" repository = "https://github.com/yttria-rs/yttria-math" [dependencies.num] version = "0.4.2" [dependencies.rayon] version = "1.10.0" [dependencies.rustfft] version = "6.2.0"