stips 0.2.0

OpenRouter CLI — credits, usage, key management
# 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 = "stips"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenRouter CLI — credits, usage, key management"
readme = "README.md"
keywords = [
    "cli",
    "openrouter",
    "ai",
    "credits",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/terry-li-hm/stips"

[[bin]]
name = "stips"
path = "src/main.rs"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "3"
features = ["json"]

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.4"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true