# 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 = "audio-processor-time" version = "1.5.0" description = "Time based effects processors: delay/reverb" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" [package.metadata.augmented] private = false processor_examples = ["delay"] vst_examples = ["delay_vst"] [[example]] name = "delay" [[example]] name = "delay_vst" crate-type = ["cdylib"] [[example]] name = "delay_clap" crate-type = ["cdylib"] required-features = ["clap"] [dependencies.assert_no_alloc] version = "1.1.2" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.2.0" [dependencies.augmented-atomics] version = "0.2.0" [dependencies.augmented-dsp-filters] version = "2.4.0" [dependencies.augmented_oscillator] version = "1.4.0" [dependencies.nalgebra] version = "0.31.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.audio-processor-standalone] version = "3.3.0" features = ["gui"] [dev-dependencies.audio-processor-standalone-gui] version = "0.10.0" [features] clap = ["audio-processor-standalone/clap"] default = []