csusage-adapter-zcode 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-adapter-zcode"
version = "0.0.1"
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_adapter_zcode"
path = "src/lib.rs"

[dependencies.csusage-adapter-common]
version = "0.0.1"

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

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sqlite]
version = "0.37.0"
features = [
    "bundled",
    "linkage",
]
default-features = false

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

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