# 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 = "augmented_iced_baseview" version = "0.1.0" authors = [ "Billy Messenger ", "Robbert van der Helm ", "Joakim FrostegÄrd ", ] description = "baseview runtime for iced, published fork of https://github.com/BillyDM/iced_baseview for augmented-audio" documentation = "https://docs.rs/iced_baseview" readme = "README.md" keywords = [ "gui", "ui", "graphics", "interface", "widgets", ] categories = ["gui"] license = "MIT" repository = "https://github.com/BillyDM/iced_baseview" resolver = "2" [dependencies.baseview] version = "0" package = "augmented_baseview" [dependencies.cfg-if] version = "1" [dependencies.copypasta] version = "0.8" [dependencies.iced_core] version = "0.8" [dependencies.iced_futures] version = "0.6" [dependencies.iced_glow] version = "0.7" optional = true [dependencies.iced_graphics] version = "0.7" [dependencies.iced_native] version = "0.9" [dependencies.iced_wgpu] version = "0.9" optional = true [dependencies.keyboard-types] version = "0.6" default-features = false [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.4" [dependencies.rwh05] version = "0.5" package = "raw-window-handle" [dependencies.thiserror] version = "1.0" [features] async-std = ["iced_futures/async-std"] canvas = [ "iced_wgpu?/canvas", "iced_glow?/canvas", ] debug = ["iced_native/debug"] default = ["wgpu"] default_system_font = [ "iced_wgpu?/default_system_font", "iced_glow?/default_system_font", ] glow = [ "iced_glow", "baseview/opengl", ] image = [ "iced_wgpu?/image", "iced_glow?/image", ] palette = ["iced_core/palette"] qr_code = [ "iced_wgpu?/qr_code", "iced_glow?/qr_code", ] smol = ["iced_futures/smol"] svg = [ "iced_wgpu?/svg", "iced_glow?/svg", ] tokio = ["iced_futures/tokio"] wgpu = ["iced_wgpu"]