# 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-standalone-gui" version = "0.11.0" authors = ["Pedro Tacla Yamada (@yamadapc) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides generic `iced` GUI for implementations of `audio_processor_traits::parameters::AudioProcessorHandle`" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" [package.metadata.augmented] private = false [lib] name = "audio_processor_standalone_gui" path = "src/lib.rs" [dependencies.audio-processor-iced-design-system] version = "1.0.0" optional = true default-features = false [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.augmented-iced-editor] version = "1.3.0" optional = true [dependencies.baseview] version = "0.1" optional = true package = "augmented_baseview" [dependencies.iced] version = "0.8.0" optional = true default-features = false [dependencies.iced_audio] version = "0.11" [dependencies.iced_baseview] version = "0.1" optional = true default-features = false package = "augmented_iced_baseview" [dependencies.vst] version = "0.3" [features] default = [ "iced", "iced_baseview", "augmented-iced-editor", "audio-processor-iced-design-system", "baseview", "wgpu", "iced/tokio", "iced_baseview/tokio", ] glow = [ "iced/glow", "iced_baseview/glow", "iced/canvas", "iced_baseview/canvas", "audio-processor-iced-design-system/glow", ] wgpu = [ "iced/wgpu", "iced_baseview/wgpu", "iced/canvas", "iced_baseview/canvas", "audio-processor-iced-design-system/wgpu", ]