# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "melody" version = "0.3.0" authors = ["Fuzen "] description = "Crossplatform Terminal Music Player" homepage = "https://gitlab.com/Fuzen-py/Melody" keywords = ["musc", "tui", "minimal"] categories = ["music", "cli"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Fuzen-py/Melody" [profile.release] opt-level = 3 codegen-units = 1 panic = "abort" overflow-checks = true [[bin]] name = "melody" path = "bin/melody/main.rs" required-features = [] [dependencies.clap] version = "2.33.0" [dependencies.crossterm] version = "0.9.5" [dependencies.directories] version = "2.0.0" [dependencies.human-panic] version = "1.0.1" [dependencies.id3] version = "0.3.0" [dependencies.ignore] version = "0.4.7" [dependencies.indicatif] version = "0.11.0" [dependencies.mp3-duration] version = "0.1.6" [dependencies.num-integer] version = "0.1.41" [dependencies.rand] version = "0.6.5" [dependencies.rodio] version = "0.8.1" [dependencies.tabwriter] version = "1.1.0"