# 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 = "2018" name = "microdsp" version = "0.1.2" authors = ["Per Gantelius "] exclude = [ "/example_data", "/papers", ] description = "DSP algorithms and utilities. Performant, embedded friendly and no_std compatible." readme = "README.md" keywords = [ "dsp", "embedded", "audio", ] categories = [ "no-std", "multimedia::audio", "embedded", ] license = "MIT" repository = "https://github.com/stuffmatic/microdsp/" resolver = "2" [[bench]] name = "main" harness = false [dependencies.microfft] version = "0.4.0" [dependencies.micromath] version = "2.0.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.5"