# 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" rust-version = "1.60" name = "wavegen" version = "0.4.1" authors = ["Michal Borejszo "] description = "Wavefrom generator library" readme = "README.md" keywords = [ "waveform", "signal-processing", "wave-generator", "wave", ] categories = [ "mathematics", "no-std", "multimedia::audio", "science", "embedded", ] license = "MIT" repository = "https://github.com/spitfire05/wavegen-rs" [lib] bench = false [[bench]] name = "waveform_benchmark" harness = false [dependencies.libm] version = "0.2" optional = true [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.hound] version = "3.5.0" [dev-dependencies.paste] version = "1.0" [dev-dependencies.plotters] version = "^0.3.1" [dev-dependencies.rustfft] version = "6.1.0" [features] default = ["std"] libm = [ "dep:libm", "num-traits/libm", ] std = ["num-traits/std"]