# 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" rust-version = "1.80.1" name = "cmus-notify" version = "0.1.0" authors = ["Anas Elgarhy "] build = false exclude = [ "docs/*", "tests/*", "justfile", ] include = [ "Cargo.toml", "src/**/*", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple notification daemon for cmus" readme = "README.md" keywords = [ "cmus", "notify", "notification", "notification-cmus", "notify-cmus", ] categories = [ "command-line-utilities", "multimedia", ] license = "MIT" repository = "https://github.com/anas-elgarhy/cmus-notify" [lib] name = "cmus_notify" path = "src/lib.rs" [[bin]] name = "cmus-notify" path = "src/bin/cmus-notify.rs" [dependencies.clap] version = "4.5" features = [ "wrap_help", "cargo", "usage", "derive", "suggestions", "color", ] [dependencies.clap-markdown] version = "0.1" optional = true [dependencies.confy] version = "0.6" features = ["toml_conf"] default-features = false [dependencies.id3] version = "1.14" [dependencies.image] version = "0.25" [dependencies.log] version = "0.4" optional = true [dependencies.lrc] version = "0.1.8" optional = true [dependencies.notify-rust] version = "4.11" features = ["images"] [dependencies.parse-display] version = "0.10" [dependencies.pretty_env_logger] version = "0.5.0" optional = true [dependencies.regex] version = "1.11" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.typed-builder] version = "0.20" [dev-dependencies.test-context] version = "0.3" [features] debug = [ "log", "pretty_env_logger", ] docs = ["clap-markdown"] lyrics = ["lrc"]