# 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 = "audio-processor-iced-design-system" version = "1.0.0" authors = ["Pedro Tacla Yamada (@yamadapc) "] description = "Iced GUI styles for augmented-audio experiments" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" resolver = "2" [package.metadata.augmented] private = false [dependencies.iced] version = "0.8.0" default-features = false [dependencies.iced_audio] version = "0.11.0" [dependencies.iced_graphics] version = "0.7.0" default-features = false [dependencies.iced_native] version = "0.9.1" default-features = false [dependencies.iced_style] version = "0.7.0" default-features = false [dependencies.log] version = "0.4.17" [dev-dependencies.wisual-logger] version = "^0.1" [features] default = ["wgpu"] glow = [ "iced/tokio", "iced/glow", "iced/canvas", ] wgpu = [ "iced/tokio", "iced/wgpu", "iced/canvas", ]