ceol 0.2.4

A polished local-first GTK music player with a compact desktop widget
# 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 = "2024"
rust-version = "1.85"
name = "ceol"
version = "0.2.4"
authors = [
    "Knott Dynamics",
    "Trevor Knott",
]
build = false
include = [
    "/src/**",
    "/assets/**",
    "/packaging/**",
    "/scripts/**",
    "/docs/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A polished local-first GTK music player with a compact desktop widget"
homepage = "https://github.com/Tknott95/KnottMusic"
documentation = "https://docs.rs/ceol"
readme = "README.md"
keywords = [
    "music-player",
    "audio",
    "gtk",
    "gstreamer",
    "desktop",
]
categories = [
    "multimedia::audio",
    "gui",
]
license = "MIT"
repository = "https://github.com/Tknott95/KnottMusic"

[[bin]]
name = "ceol"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.gstreamer]
version = "0.23"

[dependencies.gtk]
version = "0.9"
features = ["v4_6"]
package = "gtk4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[profile.release]
lto = true
codegen-units = 1
strip = true