bloclawd 0.1.2

Live cohort percentiles for Claude Code and Codex rate limits — see where Pro, Max5, and Max20 caps actually fire and how they drift week to week. Anonymous CLI submission, open dataset, k-anonymized at n ≥ 5.
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 = "2024"
rust-version = "1.86"
name = "bloclawd"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Live cohort percentiles for Claude Code and Codex rate limits — see where Pro, Max5, and Max20 caps actually fire and how they drift week to week. Anonymous CLI submission, open dataset, k-anonymized at n ≥ 5."
homepage = "https://bloclawd.com"
documentation = "https://bloclawd.com/methodology"
readme = "README.md"
keywords = [
    "rate-limit",
    "claude-code",
    "codex",
    "anonymous",
    "subscription",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bloclawd/bloclawd"

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

[[bin]]
name = "bloclawd"
path = "src/bin/bloclawd.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bloclawd-pow]
version = "0.1.2"

[dependencies.bloclawd-schema]
version = "0.1.2"

[dependencies.chrono]
version = "0.4"

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

[dependencies.indicatif]
version = "0.18"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sys-locale]
version = "0.3"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "process",
    "time",
    "rt",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zstd]
version = "0.13"