# 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 = "sirena" version = "0.1.0" authors = ["Petr Horáček "] description = "Digital audio signal processing primitives." documentation = "https://docs.rs/sirena" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/zlosynth/sirena" resolver = "2" [profile.bench] opt-level = 3 lto = true debug = true [profile.release] opt-level = 3 lto = true panic = "abort" [[bench]] name = "bench" harness = false [dependencies.defmt] version = "0.3" optional = true [dependencies.heapless] version = "0.7" [dependencies.libm] version = "0.2" [dependencies.microfft] version = "0.5" features = ["size-1024"] default-features = false [dependencies.micromath] version = "1.1" [dev-dependencies.approx] version = "0.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] defmt = ["dep:defmt"]