[package]
edition = "2024"
name = "ccstat-pricing"
version = "0.6.2"
authors = ["hydai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pricing fetcher and cost calculator for ccstat"
readme = false
license = "MIT"
repository = "https://github.com/hydai/ccstat"
[lib]
name = "ccstat_pricing"
path = "src/lib.rs"
[dependencies.ccstat-core]
version = "0.6.2"
[dependencies.reqwest]
version = "0.13"
features = ["json"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.40"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio-test]
version = "0.4"