# 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 = "dizi" version = "0.3.0" authors = ["Jiayi Zhao "] description = "Terminal music player inspired by moc" homepage = "https://github.com/kamiyaa/dizi" readme = "README.md" keywords = [ "ratatui", "music-player", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "LGPL-3.0" repository = "https://github.com/kamiyaa/dizi" [[bin]] name = "dizi-server" path = "src/bin/server/main.rs" [[bin]] name = "dizi" path = "src/bin/client/main.rs" [dependencies.alphanumeric-sort] version = "^1" [dependencies.chrono] version = "^0" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.crossbeam] version = "^0" [dependencies.dirs-next] version = "^2" [dependencies.env_logger] version = "^0" [dependencies.globset] version = "^0" [dependencies.lazy_static] version = "^1" [dependencies.libc] version = "^0" [dependencies.log] version = "^0" [dependencies.m3u] version = "^1" [dependencies.phf] version = "^0" features = ["macros"] optional = true [dependencies.rand] version = "^0" [dependencies.rustyline] version = "^4" [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.shell-words] version = "^1" [dependencies.shellexpand] version = "^2" [dependencies.signal-hook] version = "^0" [dependencies.skim] version = "^0" [dependencies.strfmt] version = "^0" [dependencies.symphonia] version = "^0" features = ["all"] [dependencies.termion] version = "^1" [dependencies.toml] version = "^0" [dependencies.tui] version = "^0" features = ["termion"] default-features = false [dependencies.unicode-segmentation] version = "^1" [dependencies.unicode-width] version = "^0" [dependencies.uuid] version = "^0" features = ["v4"] [dependencies.xdg] version = "^2" [features] default = ["devicons"] devicons = ["phf"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.cpal] version = "^0" features = ["jack"] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cpal] version = "^0" [target."cfg(target_os = \"windows\")".dependencies.cpal] version = "^0"