[package]
edition = "2021"
rust-version = "1.96"
name = "starweaver-usage"
version = "0.2.0"
authors = ["wh1isper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Usage accounting, limits, and optional pricing primitives for Starweaver"
homepage = "https://github.com/Wh1isper/starweaver"
readme = "README.md"
keywords = [
"agent",
"sdk",
"ai",
"runtime",
]
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/Wh1isper/starweaver"
[features]
default = []
pricing = []
[lib]
name = "starweaver_usage"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[lints.clippy]
all = "warn"
expect_used = "warn"
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"