csusage-core 0.0.1

Coding agent CLI usage reports (ccusage fork with Claude Science support)
# 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 = "csusage-core"
version = "0.0.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coding agent CLI usage reports (ccusage fork with Claude Science support)"
readme = "README.md"
license = "MIT"
resolver = "2"

[features]
default = ["fetch-litellm-pricing"]
fetch-litellm-pricing = ["dep:minreq"]

[lib]
name = "csusage_core"
path = "src/lib.rs"

[dependencies.csusage-cli]
version = "0.0.1"

[dependencies.csusage-terminal]
version = "0.0.1"

[dependencies.jiff]
version = "0.2.35"
features = [
    "std",
    "tz-system",
    "tzdb-zoneinfo",
    "tzdb-bundle-platform",
]
default-features = false

[dependencies.memchr]
version = "2.8.3"

[dependencies.miniz_oxide]
version = "0.9.1"
features = ["with-alloc"]
default-features = false

[dependencies.rustc-hash]
version = "2.1.3"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.smallvec]
version = "1.15.2"

[dev-dependencies.csusage-test-support]
version = "0.0.1"

[dev-dependencies.insta]
version = "1.48.0"
features = ["json"]

[build-dependencies.miniz_oxide]
version = "0.9.1"
features = ["with-alloc"]
default-features = false

[build-dependencies.minreq]
version = "3.0.0"
features = ["https-rustls"]
optional = true
default-features = false

[build-dependencies.serde_json]
version = "1.0.151"
features = ["float_roundtrip"]