csusage-config 0.0.0

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-config"
version = "0.0.0"
build = false
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"

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

[[bin]]
name = "generate-config-schema"
path = "src/bin/generate_config_schema.rs"

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

[dependencies.csusage-core]
version = "0.0.0"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.151"

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

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