# 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-modulation" version = "0.1.0" authors = ["Trevor Klingler"] description = "A communications 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-modulation" [dependencies.num] version = "0.4.3" [dependencies.rayon] version = "1.10.0" [dependencies.yttria-coding] version = "0.1.0" [dependencies.yttria-math] version = "0.1.0" [dev-dependencies.plotly] version = "0.8.4"