# 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 = "ouverture-ui" version = "0.1.0" authors = ["Michael Bleuez "] description = "A next-generation music player and manager GUI based of ouverture-core" homepage = "https://github.com/michaelb/ouverture" readme = "README.md" categories = ["mutlimedia::audio"] license = "GPL-3.0-or-later" repository = "https://github.com/michaelb/ouverture" [[bin]] name = "ouverture" path = "src/main.rs" [dependencies.ajour-widgets] version = "1.0.1" features = ["wgpu"] [dependencies.async-stream] version = "0.3.3" [dependencies.chrono] version = "0.4" [dependencies.copystr] version = "0.0.5" [dependencies.enum_dispatch] version = "0.3.7" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.futures-core] version = "0.3.21" [dependencies.futures-util] version = "0.3.21" [dependencies.iced] version = "0.3" features = ["debug"] [dependencies.iced_core] version = "0.4.0" [dependencies.iced_futures] version = "0.3.0" features = ["tokio"] [dependencies.iced_graphics] version = "0.2.0" [dependencies.iced_native] version = "0.4.0" [dependencies.iced_wgpu] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.ouverture-core] version = "0.1.0" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.17.0" features = ["full"]