burnrate 0.1.5

Desktop usage monitor for Claude Code, Codex, OpenRouter, and Runpod quotas, credits, spend, and subscription limits.
# 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"
name = "burnrate"
version = "0.1.5"
build = "build.rs"
include = [
    "src/**",
    "dist/**",
    "Cargo.toml",
    "Cargo.lock",
    "build.rs",
    "tauri.conf.json",
    "entitlements.macos.plist",
    "capabilities/**",
    "gen/**",
    "icons/**",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop usage monitor for Claude Code, Codex, OpenRouter, and Runpod quotas, credits, spend, and subscription limits."
homepage = "https://github.com/jamesbrink/burnrate"
readme = "README.md"
keywords = [
    "usage",
    "quota",
    "claude",
    "codex",
    "runpod",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT"
repository = "https://github.com/jamesbrink/burnrate"

[features]
custom-protocol = ["tauri/custom-protocol"]
default = ["custom-protocol"]

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

[dependencies.anyhow]
version = "1"

[dependencies.aws-config]
version = "=1.5.18"

[dependencies.aws-sdk-costexplorer]
version = "=1.100.0"
features = [
    "rt-tokio",
    "rustls",
]
default-features = false

[dependencies.aws-sdk-sts]
version = "=1.80.0"
features = [
    "rt-tokio",
    "rustls",
]
default-features = false

[dependencies.aws-types]
version = "=1.3.11"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "2"
features = [
    "image-png",
    "macos-private-api",
    "tray-icon",
]

[dependencies.tauri-plugin-updater]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.wiremock]
version = "0.6"

[build-dependencies.tauri-build]
version = "2"
features = []

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
    "NSApplication",
    "NSImage",
]

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = ["NSData"]

[target.'cfg(target_os = "macos")'.dependencies.window-vibrancy]
version = "0.6"