[package]
edition = "2021"
rust-version = "1.85"
name = "cbilling-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for multi-cloud billing — htop/k9s style dashboard"
homepage = "https://github.com/Liberxue/cbilling"
readme = "README.md"
keywords = [
"cloud",
"billing",
"tui",
"dashboard",
"terminal",
]
categories = [
"command-line-utilities",
"finance",
]
license = "Apache-2.0"
repository = "https://github.com/Liberxue/cbilling"
[[bin]]
name = "cbilling"
path = "src/main.rs"
[dependencies.cbilling]
version = "0.3.0"
features = ["all-providers"]
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]
[dependencies.futures]
version = "0.3"
[dependencies.ratatui]
version = "0.30"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.0"
features = ["full"]