# 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 = "moosicbox_app_tauri_bundled" version = "0.1.0" authors = ["Braden Steffaniak"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MoosicBoxApp bundled package" readme = "README.md" keywords = ["bundled"] categories = ["gui"] license = "MPL-2.0" repository = "https://github.com/MoosicBox/MoosicBox" [package.metadata.cargo-machete] ignored = [ "strum", "thiserror", ] [lib] name = "moosicbox_app_tauri_bundled" path = "src/lib.rs" [dependencies.log] version = "0.4" features = ["release_max_level_trace"] [dependencies.moosicbox_assert] version = "0.1.0" default-features = false [dependencies.moosicbox_async_service] version = "0.1.0" default-features = false [dependencies.moosicbox_config] version = "0.1.0" default-features = false [dependencies.moosicbox_server] version = "0.1.0" features = [ "app-apis", "sqlite-sqlx", ] default-features = false [dependencies.moosicbox_task] version = "0.1.0" default-features = false [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.tauri] version = "2.0.1" features = ["protocol-asset"] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" [features] aac = ["moosicbox_server/aac"] default = [] fail-on-warnings = [] flac = ["moosicbox_server/flac"] mp3 = ["moosicbox_server/mp3"] tunnel = ["moosicbox_server/tunnel"]