# 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 = "music-lounge-core" version = "0.7.0" authors = ["Noah "] description = "Core logic for Music Lounge" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/aercloud-systems/music-lounge" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] name = "mlounge_core" [dependencies.bincode] version = "^1" [dependencies.color-thief] version = "0.2.2" [dependencies.cursive_core] version = "^0" optional = true [dependencies.glob] version = "0.3.1" [dependencies.image] version = "^0" [dependencies.lazy_static] version = "1.4.0" [dependencies.lofty] version = "0.18.0" [dependencies.rand] version = "^0" [dependencies.regex] version = "1.7.1" [dependencies.rust-utils] version = "^0" [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [features] client = [] cursive = ["dep:cursive_core"] daemon = [] piston = []