ccstat-provider-codex 0.5.0

Codex provider for ccstat
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"
name = "ccstat-provider-codex"
version = "0.5.0"
authors = ["hydai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codex provider for ccstat"
readme = false
license = "MIT"
repository = "https://github.com/hydai/ccstat"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.ccstat-core]
version = "0.5.0"

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

[dependencies.dirs]
version = "6.0"

[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"

[dependencies.walkdir]
version = "2.5"