# 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 = "krustens" version = "4.5.1" exclude = [ ".github", ".vscode/*", ".fleet/*", "build.sh", "remove_db.sh", ] description = "A terminal application for getting information from your Spotify or Apple Music listen history." homepage = "https://github.com/derrickp/krustens" readme = "README.md" keywords = [ "music", "cli", "tui", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.arboard] version = "3.2" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.27" [dependencies.csv] version = "1.2" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.ratatui] version = "0.23.0" features = ["all-widgets"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-native-tls", "sqlite", "migrate", ] [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.unicode-width] version = "0.1" [dependencies.uuid] version = "1.4" features = [ "v4", "fast-rng", ]