codexusage 0.1.0

Fast CLI reports for OpenAI Codex session usage and cost
Documentation
# 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"
rust-version = "1.88"
name = "codexusage"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast CLI reports for OpenAI Codex session usage and cost"
homepage = "https://github.com/Szpadel/codexusage"
documentation = "https://docs.rs/codexusage"
readme = "README.md"
keywords = [
    "codex",
    "openai",
    "cli",
    "usage",
    "jsonl",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Szpadel/codexusage"
resolver = "2"

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

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

[[test]]
name = "characterization"
path = "tests/characterization.rs"

[[test]]
name = "pricing_catalog"
path = "tests/pricing_catalog.rs"

[[test]]
name = "report_filters"
path = "tests/report_filters.rs"

[[bench]]
name = "scan"
path = "benches/scan.rs"
harness = false

[dependencies.chrono]
version = "0.4.44"
features = [
    "clock",
    "serde",
    "std",
]
default-features = false

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.dirs]
version = "6.0.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.notify]
version = "8.2.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.filetime]
version = "0.2.27"

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

[profile.release]
lto = true
codegen-units = 1