# 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 = "quing" version = "2.2.1" authors = ["OST-Gh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A (hopefully) minimalist toml based song shuffler" readme = "README.md" keywords = [ "audio", "playback", "toml", "minimal", ] categories = [ "command-line-utilities", "multimedia::audio", ] license-file = "LICENSE" repository = "https://github.com/OST-Gh/quing.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 split-debuginfo = "unpacked" debug-assertions = false panic = "unwind" overflow-checks = false incremental = false strip = true [profile.release.package."*"] opt-level = "z" codegen-units = 1 debug = 0 split-debuginfo = "unpacked" debug-assertions = false overflow-checks = false incremental = false strip = true [lib] name = "quing" path = "src/lib.rs" [[bin]] name = "quing" path = "src/main.rs" [dependencies.crossbeam-channel] version = "0" [dependencies.crossterm] version = "0" features = ["events"] default-features = false [dependencies.fastrand] version = "2" [dependencies.rodio] version = "0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.thiserror] version = "1" [dependencies.toml] version = "0" features = ["parse"] default-features = false [features] debug = [] traits = ["debug"]