starweaver-usage 0.0.2

Usage accounting, limits, and optional pricing primitives for Starweaver
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 = "2021"
rust-version = "1.80"
name = "starweaver-usage"
version = "0.0.2"
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"