# 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 = "rosesong" version = "1.0.0" authors = ["Florian Liao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line player built by rust based on gstreamer decoding and playing bilibili audio, using dbus for inter-process communication." readme = "README.md" keywords = [ "audio", "player", "bilibili", "gstreamer", "dbus", ] categories = [ "multimedia::audio", "multimedia", "command-line-utilities", ] license = "MIT" repository = "https://github.com/huahuadeliaoliao/RoseSong" [package.metadata.deb] depends = "libc6, libgstreamer1.0-0, libglib2.0-0, libssl-dev, libdbus-1-3, libdbus-glib-1-2" extended-description = "Command line player built by rust based on gstreamer decoding and playing bilibili audio, using dbus for inter-process communication." maintainer = "Florian Liao " priority = "optional" section = "sound" [profile.release] lto = "fat" [[bin]] name = "rosesong" path = "rosesong/main.rs" [[bin]] name = "rsg" path = "rsg/cli.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.flexi_logger] version = "0.29.2" [dependencies.futures-util] version = "0.3.31" [dependencies.glib] version = "0.20.4" [dependencies.gstreamer] version = "0.23.2" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.8" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "macros", "sync", "rt", "rt-multi-thread", "time", "signal", "io-std", ] [dependencies.toml] version = "0.8.19" [dependencies.zbus] version = "4.4.0" features = ["tokio"] default-features = false [lints.clippy.pedantic] level = "warn" priority = 0